Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CancelRequest ¶
func CancelRequest(ctx context.Context, params lsp.CancelParams) error
Types ¶
type Features ¶ added in v0.34.0
type Features struct { Modules *fmodules.ModulesFeature RootModules *frootmodules.RootModulesFeature Variables *fvariables.VariablesFeature Stacks *stacks.StacksFeature Tests *ftests.TestsFeature }
Source Files ¶
- cancel_request.go
- code_action.go
- code_lens.go
- complete.go
- completion_resolve.go
- did_change.go
- did_change_watched_files.go
- did_change_workspace_folders.go
- did_close.go
- did_open.go
- did_save.go
- document_link.go
- execute_command.go
- formatting.go
- go_to_ref_target.go
- hooks_module.go
- hover.go
- initialize.go
- initialized.go
- references.go
- semantic_tokens.go
- service.go
- shutdown.go
- signature_help.go
- symbols.go
- workspace_symbol.go
Click to show internal directories.
Click to hide internal directories.