haoxiang-xu / surface-editor

WebCodeEditor+LLMs is a state-of-the-art web-based Code Editor that leverages the power of large language models to assist in coding. By utilizing a vector database, it establishes intricate relationships between files and code segments.
0 stars 0 forks source link

context menu refactor #90

Open haoxiang-xu opened 2 months ago

haoxiang-xu commented 2 months ago

To pack everything relate to context menu and command into a root_command_manager, and restructure the project, so that each component defines their own context_menu, make it easier for later development.

haoxiang-xu commented 2 months ago

in progress on branch deep_refactor trying to finish before 2024/07/12