uid / collabode

collab + code = collabode
http://groups.csail.mit.edu/uid/collabode/
Other
28 stars 8 forks source link

Code complete: should add import when necessary #80

Open maxg opened 12 years ago

maxg commented 12 years ago

When using code completion e.g. on a class name, suggestions include types that are not imported. Depending on the context, using organize imports immediately after code completion will not work because the statement is incomplete.

Selecting a completion that requires an import should trigger an organize imports to add it.