Here are
5 public repositories
matching this topic...
Build .NET browser / native UI in declarative C#
IDE stubs for V8Js PHP extension
Programming editor and IDE support for the Orc programming language
-
Updated
Mar 17, 2017
-
Vim script
LAnguage Processor & Synthesizer
Improve this page
Add a description, image, and links to the
ide-support
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
ide-support
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
As per microsoft/language-server-protocol#715
It looks like it's possible to intercept edits, and then use the https://microsoft.github.io/language-server-protocol/specifications/specification-current/#workspace_applyEdit feature initiated from the server to insert the end tag, just like the XML example in the issue.
I'm currently working on doing this for the templ