IntelliProcessor icon indicating copy to clipboard operation
IntelliProcessor copied to clipboard

$$ insertion fails when creating new line inside of a line

Open lineargraph opened this issue 1 year ago • 0 comments

When inserting a new line like so:

//$$    fun onInitialize() {<cursor here>}

there are no new $$s on the next line after pressing enter:

//$$    fun onInitialize() {
// }

I think the $$ insertion is from this plugin

lineargraph avatar May 21 '24 16:05 lineargraph