LSP Client advances. Some LSPs are responding fine.

This commit is contained in:
Martín Lucas Golini
2022-10-31 22:14:09 -03:00
parent ab9bd56a49
commit bc5188ec28
15 changed files with 646 additions and 137 deletions

View File

@@ -73,6 +73,8 @@ class LSPClientPlugin : public UICodeEditorPlugin {
size_t lspFilePatternPosition( const std::vector<LSPDefinition>& lsps,
const std::vector<std::string>& patterns );
void processNotification( PluginManager::Notification, const nlohmann::json& );
};
} // namespace ecode