mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-26 20:50:54 +07:00
completion behaviour improvements: * insert generated text into all carets' positions * apply post-completion actions (like parenthesis insertion) to all carets
4 lines
73 B
Java
4 lines
73 B
Java
class Foo {{
|
|
System.out.append(<caret>)
|
|
System.out.append(<caret>)
|
|
}} |