-
-
Notifications
You must be signed in to change notification settings - Fork 28
Integration of robotcode language server with Monaco Editor #520
-
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
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.