jacorbital,
Thanks for your comments and I’m glad you like CodeMix.
The vertical lines you see in Visual Studio Code are not actually showing the start and end of HTML elements, though it probably looks like that if you’ve indented your code properly. The lines are merely indent guides. The attached image may illustrate this better, where you can see that lines are set at regular intervals (the tab size) rather than being aligned to start and end of element (with some elements not even having closing tags). The setting that controls this is "editor.renderIndentGuides"
(set to true or false). However, this is not currently honored in CodeMix and I’ve raised a request with development to look at whether this can be actioned.
Code folding is something we have penciled in for a future release but I don’t have a schedule for that. Sorry about this.
Regarding the problems with visualization when some markup has errors, I’m not sure we can do anything about that, though I’ve also raised this with development to see if we can do better than Visual Studio Code for this.
Finally, you can add a setting to have CodeMix format code when saving. This is the "editor.formatOnSave"
setting. Go to Window>Preferences>CodeMix>Settings>Workspace Settings and set that setting to true, then click Apply and Close
. See the attached screenshot for reference.
Please let us know how this works for you.
Attachments:
You must be
logged in to view attached files.