-
Notifications
You must be signed in to change notification settings - Fork 224
Open
Labels
for: eclipsesomething that is specific for Eclipsesomething that is specific for Eclipsefor: vscodesomething that is specific for VSCodesomething that is specific for VSCodetheme: structural viewtype: enhancement
Milestone
Description
jMolecules got a new cli component that helps you to generate code (e.g. for a new aggregate root). We should integrate this capability directly into the structure view to make it easy for users to use this.
Some details:
- re-use the code generation implementation of jMolecules
- embed the implementation inside of the language server
- implement the necessary API to provide the information directly from inside of the language server
- add action items to the json structure that is used to transfer the structure view information to the client
- enable actions on the UIs
The underlying idea is that the UI is relatively lightweight here, it just displays actions on the project node, asks the user for input, and tells the language server to execute that generate action on the language server side.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
for: eclipsesomething that is specific for Eclipsesomething that is specific for Eclipsefor: vscodesomething that is specific for VSCodesomething that is specific for VSCodetheme: structural viewtype: enhancement