Serhioromano / vscode-st

Extension for VS Code to support Structured Text language.

Home Page:https://marketplace.visualstudio.com/items?itemName=Serhioromano.vscode-st#overview

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Suggestion, split view is VS code

r9guy opened this issue · comments

Is it possible to split editor to 2 sections, like Visual Studio does?
This would be a step closer to separate Declaration from Definition.

@r9guy suggestion seems actually quite relevant and would be not only cosmetically beneficial. TwinCAT seems rather sensitive on that XML code on top, between and after the declaration and definition. I realized that after I activated the auto-formatting of VS code which also formatted the XML code and afterward TwinCAT couldn't read the file properly anymore.
TwinCAT
VSCode

This is not easy to do for TwinCat. Because it stores files as XML files. Although perhaps that would make a lot of sense is files of this extension is opened that way. Anyway right now I have no idea how I could pull this off.

This case is closed, however I have seen the following project from Microsoft.
Interactive.
they also have in preview stage extension for VX2022. basically what they have done is create notebook like environment for any programming language.

I've seen this feature in VSC. But I still did not see a practical application for this case.