mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-10 13:17:09 +07:00
WI-4378 Autocomplete issue: Zen Coding abbreviation expanded instead of autocompletion
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
class Xxx {
|
||||
{
|
||||
int iteraaa;
|
||||
int iterbbb;
|
||||
iter<caret>
|
||||
}
|
||||
}
|
||||
+7
@@ -0,0 +1,7 @@
|
||||
class Xxx {
|
||||
{
|
||||
int iteraaa;
|
||||
int iterbbb;
|
||||
iteraaa<caret>
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user