mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-10 15:20:19 +07:00
IDEA-140294 If you declare a variable and initialize it on the same line, autocomplete will suggest the new variable in that line
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
public class MyFirstTestClassFoo {
|
||||
|
||||
{
|
||||
String newVar = String.valueOf(newV<caret>)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user