DEIT-2020 / questions_answers

这里是大家讲所提问题记录下来的地方,请将问题及后来的解决方案列出来。
0 stars 0 forks source link

vs code 中代码没有颜色了,怎么办? #1

Open meflyup opened 4 years ago

meflyup commented 4 years ago

我的代码编辑器现在显示代码没有颜色了,不知道办? 73CC3801-B020-4c11-90CB-C3E80DBE1E56

main(List<String> arguments) {
  String firstName = ' Sean';
  String lastName = " Von";
  String description = 'my name\'s ';
  String concatStr = description + "${firstName.toUpperCase()}" + lastName;
  String multiLineStr = ''' this is an example 
of String definition
''';
  print(multiLineStr);
}
meflyup commented 4 years ago
wuzihao1240591634 commented 4 years ago

安装插件的位置在vs code界面左边 微信图片_20200420173236