mirror of
https://github.com/golang/go.git
synced 2025-05-05 15:43:04 +00:00
gopls: fix typo in the design document
Change-Id: I0ae8f7c9c02660111236ba88eba8faa69a974ab8 GitHub-Last-Rev: d428dbf26672646c4d25ded71e47a710279a8444 GitHub-Pull-Request: golang/tools#149 Reviewed-on: https://go-review.googlesource.com/c/tools/+/192898 Reviewed-by: Ian Cottrell <iancottrell@google.com>
This commit is contained in:
parent
573d992605
commit
a56fc290d6
@ -263,7 +263,7 @@ Previous | [impl]
|
||||
| | This feature is hard to scale up to large code bases, and is going to take thought to get right. It may be feasible to implemented a more limited form in the meantime.
|
||||
|
||||
---
|
||||
Document symbols | Provides the set of top level symbols in teh current file.
|
||||
Document symbols | Provides the set of top level symbols in the current file.
|
||||
---------------- | ---
|
||||
Requires | AST of the current file only
|
||||
LSP | [`textDocument/documentSymbol`]
|
||||
@ -397,4 +397,4 @@ Previous | N/A
|
||||
[`textDocument/selectionRange`]:https://github.com/Microsoft/language-server-protocol/blob/gh-pages/specification.md#textDocument_selectionRange
|
||||
[`textDocument/signatureHelp`]: https://github.com/Microsoft/language-server-protocol/blob/gh-pages/specification.md#textDocument_signatureHelp
|
||||
[`textDocument/typeDefinition`]: https://github.com/Microsoft/language-server-protocol/blob/gh-pages/specification.md#textDocument_typeDefinition
|
||||
[`workspace/didChangeWatchedFiles`]: https://github.com/Microsoft/language-server-protocol/blob/gh-pages/specification.md#workspace_didChangeWatchedFiles
|
||||
[`workspace/didChangeWatchedFiles`]: https://github.com/Microsoft/language-server-protocol/blob/gh-pages/specification.md#workspace_didChangeWatchedFiles
|
||||
|
Loading…
x
Reference in New Issue
Block a user