https://github.com/avaiga/taipy-studio-gui
Provide support for taipy-gui package
https://github.com/avaiga/taipy-studio-gui
Last synced: 7 months ago
JSON representation
Provide support for taipy-gui package
- Host: GitHub
- URL: https://github.com/avaiga/taipy-studio-gui
- Owner: Avaiga
- License: apache-2.0
- Created: 2023-01-09T08:17:02.000Z (almost 3 years ago)
- Default Branch: develop
- Last Pushed: 2024-10-23T15:20:47.000Z (12 months ago)
- Last Synced: 2024-10-23T19:58:16.328Z (12 months ago)
- Language: TypeScript
- Homepage:
- Size: 877 KB
- Stars: 7
- Watchers: 3
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Taipy Studio GUI Helper
This is a [Visual Studio Code](https://code.visualstudio.com/) extension that provides
[Taipy GUI](https://pypi.org/project/taipy-gui/) developers with features that make the
definition of Taipy GUI pages with the Markdown syntax significantly more efficient.You can get all the relevant information on this extension on the
[Taipy Studio GUI](https://docs.taipy.io/en/latest/manuals/studio/gui/)
documentation page.## Features
Markdown edition of `.md` file or as string content within Python code
has support for quickly defining visual elements:- IntelliSense:
Element types and properties are proposed to the programmer as they are
typed.
This is also true for variable names in the context of property values.- Diagnostics:
Syntactic or structural errors and warnings are reported in the text source
and the Problems view.- Snippets:
Keyboard shortcuts are defined to generate visual elements.- Element generation:
A command that takes the developer through a step-by-step process to define
a visual element type and properties.