Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 1.39 KB

README.md

File metadata and controls

30 lines (18 loc) · 1.39 KB

natural-language-lab-plugin

Build Version Downloads

A plugin which simplifies and formalizes the process of creating identifiers for programmers.

The plugin will analyze a user’s code and make suggestions as to how they can improve their naming practices to make the code more readable based on the context, thus leading to increased developer productivity and making software development more accessible to beginners.

Installation

  • Using IDE built-in plugin system:

    Settings/Preferences > Plugins > Marketplace > Search for "natural-language-lab-plugin" > Install Plugin

  • Manually:

    Download the latest release and install it manually using Settings/Preferences > Plugins > ⚙️ > Install plugin from disk...


Plugin based on the IntelliJ Platform Plugin Template.