MarkusAmshove / natls

Language Server implementation for the Natural 4GL programming language
MIT License
12 stars 3 forks source link

Improve workflow with Maps and INPUTs #454

Open MarkusAmshove opened 7 months ago

MarkusAmshove commented 7 months ago

To create a preview for INPUTs/Maps inside the VSCode client, the language server needs to provide some structural information about INPUT statements and maybe some helpful code actions to assist developing those. The endpoint should return a consumer friendly structure, not the raw syntax tree.