Skip to content

DimitrijeG/resharper-plugin-bad-words

Repository files navigation

BadWordsReSharperPlugin for Rider and ReSharper

Rider ReSharper

This plugin highlights inappropriate phrases in comments and provides quick-fix suggestions to replace them. Replacement phrases are sourced from a directory containing .txt files with pairs formatted as bad_phrase ==> good_replacement.

The plugin acquires the directory path through an environment variable and tracks any changes to the files. The bad words repository updates the phrase replacement dictionary asynchronously to prevent interference with user typing.

Getting Started

  1. Clone the repository:
    git clone https://github.com/DimitrijeG/resharper-plugin-bad-words
  2. Change to the directory:
    cd resharper-plugin-bad-words
  3. Start your IDE with the plugin, setting the environment variable BAD_WORDS_DIR to your chosen bad words directory path

About

ReSharper Plugin that highlights bad words in comments.

Topics

Resources

Stars

Watchers

Forks