richard1122 / vscode-youcompleteme

YouCompleteMe for VSCode
https://marketplace.visualstudio.com/items?itemName=RichardHe.you-complete-me
MIT License
53 stars 8 forks source link

Is there a way to convert vscode-YCM to monaco editor #61

Open shubham9411 opened 4 years ago

shubham9411 commented 4 years ago

Hi I just wanted to check if this vscode extension can be converted to monaco editor plugin. I already know that:

The vscode extensions are built on top of the vscode API. The vscode API is built on top of the monaco editor API plus many other things. One would need to build things on the monaco editor API or implement the vscode API from scratch on top of the monaco editor API. https://github.com/Microsoft/monaco-editor/issues/430#issuecomment-306870048

As above said one would need to build plugin for monaco is to implement it on top of monaco editor API. Is there a way that this extension can be converted as monaco editor compliant extension? Thanks

richard1122 commented 4 years ago

I'm not sure how monaco editor API works. It looks monaco editor supports LSP API.

So maybe it can work like vscode remote mode ?