mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-25 10:51:25 +07:00
a fix for completion from non-primary caret (IDEA-123396)
This commit is contained in:
+4
@@ -0,0 +1,4 @@
|
||||
class Foo {{
|
||||
<caret>blah
|
||||
// <caret>blah
|
||||
}}
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
class Foo {{
|
||||
return<caret>
|
||||
// return<caret>
|
||||
}}
|
||||
Reference in New Issue
Block a user