Improve LSP client close/exit.

Implemented Closing Symbol Override (SpartanJ/ecode#121), improved the auto-close bracket to be balanced.
This commit is contained in:
Martín Lucas Golini
2024-03-09 20:55:13 -03:00
parent 70c1c4daa5
commit 4fd4a02361
5 changed files with 55 additions and 20 deletions

View File

@@ -73,7 +73,6 @@ class EE_API TextDocument {
typedef std::function<void()> DocumentCommand;
typedef std::function<void( Client* )> DocumentRefCommand;
TextDocument( bool verbose = true );
~TextDocument();