forked from qt-creator/qt-creator
Doc: Describe new supported LSP services
Change-Id: I3e0e9b92945b48ffa2f349924762f6bb0fef3c87 Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
@@ -38,15 +38,22 @@
|
|||||||
|
|
||||||
\list
|
\list
|
||||||
\li \l{Completing Code}{Code completion}
|
\li \l{Completing Code}{Code completion}
|
||||||
|
\li Sending document formatting requests to the language server to
|
||||||
|
automatically format documents using the settings specified in
|
||||||
|
\uicontrol Tools > \uicontrol Options > \uicontrol {Text Editor}
|
||||||
|
> \uicontrol Behavior
|
||||||
\li Highlighting the symbol under cursor
|
\li Highlighting the symbol under cursor
|
||||||
|
\li \l{Viewing Function Tooltips}{Viewing function tooltips}
|
||||||
\li \l{Semantic Highlighting}{Semantic highlighting}, as defined in
|
\li \l{Semantic Highlighting}{Semantic highlighting}, as defined in
|
||||||
\l{https://github.com/microsoft/vscode-languageserver-node/pull/367}
|
\l{https://github.com/microsoft/vscode-languageserver-node/pull/367}
|
||||||
{Proposal of the semantic highlighting protocol extension}
|
{Proposal of the semantic highlighting protocol extension}
|
||||||
\li Navigating in the code by using the \l{Searching with the Locator}
|
\li Navigating in the code by using the \l{Searching with the Locator}
|
||||||
{locator} or \l{Moving to Symbol Definition or Declaration}
|
{locator} or \l{Moving to Symbol Definition or Declaration}
|
||||||
{moving to the symbol definition}
|
{moving to the symbol definition}
|
||||||
\li Inspecting code by viewing the document
|
\li Inspecting code by viewing the document outline in the
|
||||||
\l{Viewing Defined Types and Symbols}{outline}
|
\l{Viewing Defined Types and Symbols}{Outline} view or
|
||||||
|
in the \uicontrol Symbols list on the \l{Using the Editor Toolbar}
|
||||||
|
{editor toolbar}
|
||||||
\li \l{Finding Symbols}{Finding references to symbols}
|
\li \l{Finding Symbols}{Finding references to symbols}
|
||||||
\li Code actions
|
\li Code actions
|
||||||
\li Integrating diagnostics from the language server
|
\li Integrating diagnostics from the language server
|
||||||
|
Reference in New Issue
Block a user