eclipse / dartboard

Dart Plugin for Eclipse
https://marketplace.eclipse.org/content/dart-plugin-eclipse-0
Eclipse Public License 2.0
56 stars 20 forks source link

Code completion not the same as in VSCode #152

Open vogella opened 4 years ago

vogella commented 4 years ago

The code completion in Dartcode is much nicer than in Dartboard.

Example:

"Hello".replaceAll -> Results in "Hello".replaceAll(from, replace) in Dart code "Hello".replaceAll -> Results in "Hello".replaceAll in Dartboard