alternetsoft / AlternetUI

MIT License
22 stars 2 forks source link

VsCode extension? #80

Closed Shadowblitz16 closed 5 months ago

Shadowblitz16 commented 7 months ago

Tying this to a windows only development IDE is not a good idea. Can we get a extension for vscode?

generalloki commented 7 months ago

I remember that uixml file syntax highlighting would be good to have in the VSCode extension. As to project/form creation it is possible to do it using command line: https://docs.alternet-ui.com/tutorials/hello-world/command-line/hello-world-command-line.html

@Shadowblitz16 , What features from your point of view are needed in VSCode extension for Alterent.UI?

Shadowblitz16 commented 7 months ago

I remember that uixml file syntax highlighting would be good to have in the VSCode extension. As to project/form creation it is possible to do it using command line: https://docs.alternet-ui.com/tutorials/hello-world/command-line/hello-world-command-line.html

@Shadowblitz16 , What features from your point of view are needed in VSCode extension for Alterent.UI?

I would need the following...

generalloki commented 6 months ago

In order to have syntax highlight in uixml, you need:

{
    "files.associations": {
        "*.uixml": "xml",
    }
}
generalloki commented 5 months ago

We have created simple sample which shows live uixml preview. It is cross platform. It is not embedded in Visual Studio and can work without it. Here is the screenshot and discussion:

https://github.com/alternetsoft/AlternetUI/discussions/130

For now I am moving this to discussion as there is a way to preview uixml without Visual Studio and highlight it in VsCode.

I beleive we return to this after other more important issues are fixed.