Integration of robotcode language server with Monaco Editor #520
Unanswered
faizanazim11
asked this question in
Q&A
Replies: 1 comment
-
|
sorry, for the late answer. Can give me some more informations? What you will do with the monaco editor? Why you implemented a fastapi based middle layer? What is the purpose of this layer? Do you get any error messages? Where is the RoboCode language server running? I did not try something like this, but maybe I can push you in the right direction. and did you know this: https://robotframework.org/?tab=0#getting-started I mean the playground editor, where you can execute robot files directly in the browser. As far as I know, this is also a monaco editor. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am working on integrating monaco-editor in my application where I am using robot framework to provide automation testing. I need to integrate robotcode language server with monaco-editor.
So far I am using monaco-languageclient for the languageclient and since it uses web-socket for communication and I found that language server is using tcp socket, I wrote a fastapi based middle layer to facilitate the communication. The languageclient is able to connect to server, but the syntax highlighting and code suggestions are still not working. Would need some help on this.
Beta Was this translation helpful? Give feedback.
All reactions