Datalayer VS Code Extension - v0.0.14
Preparing search index...
services/lsp/types
LSPHoverResponse
Interface LSPHoverResponse
Hover response with LSP hover information
interface
LSPHoverResponse
{
hover
:
Hover
;
requestId
:
string
;
type
:
"lsp-hover-response"
;
}
Index
Properties
hover
request
Id
type
Properties
hover
hover
:
Hover
request
Id
requestId
:
string
type
type
:
"lsp-hover-response"
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
Properties
hover
request
Id
type
Datalayer VS Code Extension - v0.0.14
Loading...
Hover response with LSP hover information