-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
Feature RequestLanguage ServiceduplicatefixedCheck the Milestone for the release in which the fix is or will be available.Check the Milestone for the release in which the fix is or will be available.
Milestone
Description
If I've a class A with doSomething()
method defined on it and I do this -
A a;
a.doSo
it pops up doSomething
as autocompletion. If I select it, it completes the word to a.doSomething
. Notice that doSomething
isn't a member var but a member method so correct behaviour should be a.doSomething()
with cursor in b/w the parenthesis.
abmantis, Magistern, nathangerday, Nimamoh, kevinushey and 2 more
Metadata
Metadata
Assignees
Labels
Feature RequestLanguage ServiceduplicatefixedCheck the Milestone for the release in which the fix is or will be available.Check the Milestone for the release in which the fix is or will be available.