Is there a way to enable auto-completion and static analysis of properties for classes and type definitions in VSCode for Verse?
The LSP that is included in the Verse VS Code extension is technically already semantically analyzing the entire project as you type, but we know that auto-completion is not quite there in terms of its feature set at the moment. We have work planned to improve this aspect of the LSP in the near future.
Can I enable automatic code formatting to prevent issues with indentation and misaligned code blocks?
Not at the moment. We do have a formatter that does print out Verse syntax in a canonical form (this is how the various digests are generated for your project at runtime, for example) but it is not yet ready for general public release, unfortunately. We’ll take this request into consideration as we continue to work on the LSP.