Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » TMF (Xtext) » Integration in VS Code
Integration in VS Code [message #1756039] Fri, 10 March 2017 10:33 Go to next message
Simon Ziehme is currently offline Simon ZiehmeFriend
Messages: 22
Registered: November 2013
Junior Member
Hi all,

the migration of my dsl project to version 2.11 was successful.
Now i would like use the LSP mechanism to using my dsl in Visual Code for example.
How can i adjust my existing project to use the LSP mechanism?

Thx Simon
Re: Integration in VS Code [message #1756040 is a reply to message #1756039] Fri, 10 March 2017 10:36 Go to previous message
Christian Dietrich is currently offline Christian DietrichFriend
Messages: 14669
Registered: July 2009
Senior Member
you dont need to adjust anything.

the tasks you have with vs code is

(1) package your mydsl.ide project as uber jar / gradle application / .... with main org.eclipse.xtext.ide.server.ServerLauncher
(2) create a vs code extension and ship it

https://github.com/itemis/xtext-languageserver-example/


Twitter : @chrdietrich
Blog : https://www.dietrich-it.de
Previous Topic:IAutoWrapFormatter with indent ignores newline under certain conditions
Next Topic:Cross reference, SimpleNameProvider, and Package issue
Goto Forum:
  


Current Time: Sat Apr 27 00:56:49 GMT 2024

Powered by FUDForum. Page generated in 0.02718 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top