rythm_plugin icon indicating copy to clipboard operation
rythm_plugin copied to clipboard

Rythm Template Syntax Support for JetBrains IntelliJ

Results 2 rythm_plugin issues
Sort by recently updated
recently updated
newest added

Pressing `ctrl-/` shall comment/uncomment the selected blocks in either of the following way: ``` @** line to be commented **@ ``` ``` @//line @//to @//be @//commented ```

Say if I typed `@import` the following types shall trigger autocomplete for import package/class, just like what `import` keyword triggered autocompete in Java editor