solidity/libsolidity/lsp
2023-02-03 21:37:50 -05:00
..
DocumentHoverHandler.cpp Fixes compilation errors with some clangs 2023-02-03 21:37:50 -05:00
DocumentHoverHandler.h [Language Server]: Add basic document hover support. 2022-10-26 13:53:29 +02:00
FileRepository.cpp Renaming lspAssert to lspRequire plus adding some documentation to make it more clear what this function is supposed to be used for. 2022-09-26 12:14:56 +02:00
FileRepository.h lsp: Adds support for include paths and have {projectUri}/node_modules added by default. 2022-07-12 15:25:33 +02:00
GotoDefinition.cpp Add std:: qualifier to move() calls 2022-08-30 11:12:15 +02:00
GotoDefinition.h LSP: Implements goto-definition. 2022-03-14 11:59:41 +01:00
HandlerBase.cpp Always allow full filesystem access to LSP. 2022-05-09 11:37:11 +02:00
HandlerBase.h LSP rename 2022-07-08 11:52:45 +02:00
LanguageServer.cpp Allow support for older boost and adjust docs 2023-01-18 10:51:14 +01:00
LanguageServer.h [Language Server]: Add basic document hover support. 2022-10-26 13:53:29 +02:00
RenameSymbol.cpp LSP rename 2022-07-08 11:52:45 +02:00
RenameSymbol.h LSP rename 2022-07-08 11:52:45 +02:00
SemanticTokensBuilder.cpp LSP rename 2022-07-08 11:52:45 +02:00
SemanticTokensBuilder.h LSP: Implement semantic tokens 2022-05-18 14:54:16 +02:00
Transport.cpp Add std:: qualifier to move() calls 2022-08-30 11:12:15 +02:00
Transport.h Renaming lspAssert to lspRequire plus adding some documentation to make it more clear what this function is supposed to be used for. 2022-09-26 12:14:56 +02:00
Utils.cpp Always allow full filesystem access to LSP. 2022-05-09 11:37:11 +02:00
Utils.h Always allow full filesystem access to LSP. 2022-05-09 11:37:11 +02:00