We are happy to announce a new major release (v2.0) for our supported IDEs: IntelliJ and NetBeans.
The big change of this release is that now snippets are stored locally and synchronized with the server. All the snippets are listed in a table and you are able to manage them directly from the IDE.
Other features
- Quick Search with preview: you can search for saved snippets and insert the code at the cursor position
- Syntax Higlighting: powered by RSyntaxTextArea
See documentation page for installing plugins.
Hi Thanks for the great work! I’m using the IntelliJ IDEA plugin to organize my code using different tags.
I think it will be great if you can add a feature which we can search or filter by tags. For example, when I search tag “sorting” (or even better, if it’s clickable), it will show me the list of snippets that are tagged with “sorting”. That will be very helpful. Thanks in advance!
Hi Daniel, this feature is scheduled for next releases.
Thanks for your comment.