mirror of
https://github.com/RGBCube/serenity
synced 2025-05-16 06:25:01 +00:00
HackStudio: Integrate with C++ Language Server
Editors now communicate with the c++ language server when openning and editing c++ source files, and go through the language server to get autocomplete suggestions.
This commit is contained in:
parent
863f14788f
commit
a39c4cc340
13 changed files with 197 additions and 34 deletions
|
@ -123,6 +123,7 @@ private:
|
|||
|
||||
String m_currently_open_file;
|
||||
OwnPtr<Project> m_project;
|
||||
|
||||
RefPtr<GUI::TreeView> m_project_tree_view;
|
||||
RefPtr<GUI::VerticalSplitter> m_right_hand_splitter;
|
||||
RefPtr<GUI::StackWidget> m_right_hand_stack;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue