-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
devexp-completionIssues with the analysis server's code completion featureIssues with the analysis server's code completion featurelegacy-area-analyzerUse area-devexp instead.Use area-devexp instead.
Description
It's pretty common to change an import:
import 'path/to/foo_some_long_name.dart';
if I double click foo and start typing, I will get a new autocompletion (awesome!) however once I select it I end up with invalid code:
import 'path/to/bar.dart.dart'; // OOPS
Autocomplete should understand it needs to replace the full path string to the end, not stop at just what I have selected.
Minor issue, but over time it adds up since it happens every single time you edit an import using autocompletion.
(this is in IntelliJ/WebStorm, FWIW)
zoechi
Metadata
Metadata
Assignees
Labels
devexp-completionIssues with the analysis server's code completion featureIssues with the analysis server's code completion featurelegacy-area-analyzerUse area-devexp instead.Use area-devexp instead.