Skip to content

isabella232/intellij-feature-suggester

 
 

Repository files navigation

IDEA Feature Suggester

official JetBrains project Downloads Build

Plugin logo

IDEA Feature Suggester is an IntelliJ Platform plugin that analyzes your actions while coding and suggests IDE actions to make you work more efficiently.

Have you ever struggled to find an action in IntelliJ IDEA? Sometimes, for an inexperienced user, it may be challenging to perform some simple tasks. IDE is overloaded with tons of useful functionality, but it may be unclear what exactly you need at the moment. IDEA Feature Suggester can help you find the necessary actions only when you really need them. It won't continuously spam you with tips. With this plugin, you can learn new and rediscover old IDE actions.

Currently, it can suggest features related to working with a clipboard, comments, file structure, completion, refactoring, and debugging in Java, Kotlin, Python, and JavaScript.

Supported IDEs and Languages

IDEA Feature Suggester can be installed in any IntelliJ Platform-based IDE. Currently, the plugin fully supports Java and Kotlin, partially supports Python and JavaScript.

Installation

  • In the IDE plugin settings:
    • Settings > Plugins > Marketplace > Search for "IDEA Feature Suggester" > Install Plugin
  • Manually from disk:
    • Download the needed version and install it using Settings > Plugins > Install Plugin from Disk…

Usage Instructions

No exact instructions are intended at the moment. The plugin will notify you when some actions can be performed more efficiently. If you don't want to see some suggestions, you can configure the plugin settings:

Here are several examples of the suggestions you can get from the plugin:

Conditional breakpoint

File structure

Surround with

Unwrap


IDEA Feature Suggester has been created as a concept during one of the internal JetBrains Hackathons in 2013. Recently, the codebase has been rewritten entirely from Scala to Kotlin language, and since then, it’s again actively maintained.

About

IDEA Feature Suggester is an IntelliJ Platform plugin that analyzes your actions while coding and suggests IDE actions to make you work more efficiently.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Kotlin 98.0%
  • Other 2.0%