An open API service indexing awesome lists of open source software.

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

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.