platelk/vscode-dart

Interface keywords no longer used

Closed this issue · 2 comments

I'd like to use interface as field name without it being highlighted. See line

"match": "\\b(abstract|class|enum|extends|external|factory|implements|interface|get|native|operator|set|typedef|with)\\b",
.

The interface keyword was removed ~5 years ago, see: http://news.dartlang.org/2012/06/proposal-to-eliminate-interface.html.

Hi,

Sorry but this extension is deprecated and you should use DartCode

Ah, sorry, I ended up reporting this on the wrong repo (I actually use Dart-Code).