vscode-youcompleteme icon indicating copy to clipboard operation
vscode-youcompleteme copied to clipboard

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

Open shubham9411 opened this issue 5 years ago • 1 comments

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

shubham9411 avatar Jan 13 '20 18:01 shubham9411

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 ?

richard1122 avatar Jan 16 '20 02:01 richard1122