LinkedSoftwareDependencies / Components.js

🧩 A semantic dependency injection framework
https://componentsjs.readthedocs.io/
Other
41 stars 6 forks source link

Create editor plugin #13

Open rubensworks opened 5 years ago

rubensworks commented 5 years ago

Editing plain-text when writing components and config files can be difficult. It would be good if we allow these to be edited with the typical IDE features, such as code completion, validation and pre-complication to see the intended model.

Intellij for example has a custom language API: http://www.jetbrains.org/intellij/sdk/docs/reference_guide/custom_language_support.html

rubensworks commented 4 years ago

Can be done based on https://github.com/LinkedSoftwareDependencies/Components.js-Generator

rubensworks commented 2 years ago

As mentioned by @jeswr, we should do this based on the Language Server Protocol so that it works with multiple IDEs.