:LspCodeAction|Apply the code action supplied by the language server to the diagnostic in the current line.
:LspDiagCurrent|Display the diagnostic message for the current line
:LspDiagFirst|Jump to the first diagnostic message for the current buffer
+:LspDiagHere|Jump to the next diagnostic message in the current line
:LspDiagHighlightDisable|Disable diagnostic message highlights
:LspDiagHighlightEnable|Enable diagnostic message highlights
:LspDiagNext|Jump to the next diagnostic message after the current position
:LspDiagPrev|Jump to the previous diagnostic message before the current position
:LspDiagShow|Display the diagnostics messages from the language server for the current buffer in a new location list.
-:LspDiagHere|Jump to the current diagnostic message in the current line
:LspFold|Fold the current file
:LspFormat|Format a range of lines in the current file using the language server. The **shiftwidth** and **expandtab** values set for the current buffer are used when format is applied. The default range is the entire file.
:LspGotoDeclaration|Go to the declaration of the keyword under cursor
:LspDiagCurrent Display the diagnostic message for the current line.
:LspDiagFirst Jump to the first diagnostic message for the current
buffer.
+:LspDiagHere Jump to the next diagnostic message in the current
+ line.
:LspDiagHighlightDisable
Disable highlighting lines with a diagnostic message
for the current Vim session.
buffer before the current current position.
:LspDiagShow Display the diagnostics messages from the language
server for the current buffer in a location list.
-:LspDiagHere Jump to the current diagnostic message for the current
- buffer in the current line (start from current column).
:LspFold Fold the current file
:LspFormat Format a range of lines in the current file using the
language server. The default range is the entire file.
:normal! 0
:LspDiagHere
assert_equal([1, 3], [line('.'), col('.')])
+ :normal! l
:LspDiagHere
assert_equal([1, 10], [line('.'), col('.')])
+ popup_clear()
g:LspOptionsSet({showDiagInPopup: false})
for i in range(1, 3)