错误处理
SpaceVim 通过 neomake fly 工具来进行错误反馈. 默认在操作保存时进行错误检查.
错误管理导航键 (以 e
开头):
Mappings | Description |
---|---|
SPC t s |
toggle syntax checker |
SPC e c |
clear all errors |
SPC e h |
describe a syntax checker |
SPC e l |
toggle the display of the list of errors/warnings |
SPC e n |
go to the next error |
SPC e p |
go to the previous error |
SPC e v |
verify syntax checker setup (useful to debug 3rd party tools configuration) |
SPC e . |
error transient state |
下一个/上一个 错误导航键 和 错误暂态(error transinet state) 可用于浏览语法检查器和位置列表缓冲区的错误, 甚至可检查vim位置列表的所有错误. 这包括下面的例子: 在已被保存的位置列表缓冲区进行搜索.默认提示符:
Symbol | Description | Custom option |
---|---|---|
✖ |
Error | g:spacevim_error_symbol |
➤ |
warning | g:spacevim_warning_symbol |
? |
Info | g:spacevim_info_symbol |