在 VSCode 中编辑代码时,在有 v-for 的语句下面有一条红色波浪线,鼠标放上去有提示 Elements in iteration expect to have 'v-bind:key' directives..代码如下: <p v-for="line in lines"> {{line}} </p> 搜索了一下找到了这个讨论https://github.com/vuejs/vetur/issues/261. 原来这是 ESLint 的一个 featur
问题记录 | VScode中使用IntelliJ的快捷键 主要想用ctrl+alt+l格式化Python代码 安装VScode的插件:IntelliJ IDEA Keybindings 安装方法: Installation Install Visual Studio Code 1.30.2 or higher Launch Code From the extension view Ctrl-Shift-X (Windows, Linux) or Cmd-Shift-X (macOS) Searc