dartboard
dartboard copied to clipboard
Code completion not the same as in VSCode
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