More LSP work.

This commit is contained in:
Martín Lucas Golini
2022-10-30 15:49:02 -03:00
parent 79b1aeb725
commit ec847e8678
12 changed files with 251 additions and 59 deletions

View File

@@ -33,6 +33,8 @@ class LSPClientPlugin : public UICodeEditorPlugin {
virtual ~LSPClientPlugin();
virtual void update( UICodeEditor* );
std::string getId() { return Definition().id; }
std::string getTitle() { return Definition().name; }