neovim 有自动修复功能么? #62
Unanswered
Linya-IronMan
asked this question in
Q&A
Replies: 1 comment
-
如果是按照我的配置的话,可以尝试一下 learn-neovim-lua/lua/keybindings.lua Lines 265 to 270 in 7af7008 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
类比VSCode 中的一样,当你使用了一个另一个文件 export 的变量的时候,可以通过快捷键让VSCode 自动将这个变量的引入添加到当前文件中。
比如 “import { add } from 'math'”. 这样子会被IDE自动添加
neovim不知道有没有这个功能
Beta Was this translation helpful? Give feedback.
All reactions