|
nixd
|
Files | |
| AST.cpp | |
| AST.h | |
| This file declares some common analysis (tree walk) on the AST. | |
| CheckReturn.h | |
| CodeAction.cpp | |
| Implementation of Code Action. | |
| Completion.cpp | |
| Implementation of Code Completion. | |
| Configuration.cpp | |
| Convert.cpp | |
| Convert.h | |
| Convert between LSP and nixf types. | |
| Definition.cpp | |
| Implementation of [Go to Definition]. | |
| Definition.h | |
| Diagnostics.cpp | |
| Implementation of PublishDiagnostics Notification. | |
| DocumentHighlight.cpp | |
| This implements Document Highlight. | |
| DocumentLink.cpp | |
| Implementation of Document Link. | |
| DocumentSymbol.cpp | |
| Implementation of Document Symbol. | |
| FindReferences.cpp | |
| This implements Find References. | |
| Format.cpp | |
| Implementation of Formatting. | |
| Hover.cpp | |
| Implementation of Hover Request. | |
| InlayHints.cpp | |
| Implementation of Inlay Hints. | |
| LifeTime.cpp | |
| Implementation of Server Lifecycle. | |
| NixTU.cpp | |
| Rename.cpp | |
| This implements Rename. | |
| SemanticTokens.cpp | |
| Implementation of Semantic Tokens. | |
| Support.cpp | |
| TextDocumentSync.cpp | |
| Implementation of the text document sync. | |