dartboard icon indicating copy to clipboard operation
dartboard copied to clipboard

Code completion not the same as in VSCode

Open vogella opened this issue 5 years ago • 0 comments

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

vogella avatar Nov 14 '19 14:11 vogella