Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Integration of robotcode language server with Monaco Editor #520

Unanswered
faizanazim11 asked this question in Q&A
Discussion options

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.

You must be logged in to vote

Replies: 1 comment

Comment options

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.

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet

AltStyle によって変換されたページ (->オリジナル) /