Skip to content

Avaiga/taipy-studio-gui

Folders and files

NameName
Last commit message
Last commit date
Apr 18, 2023
Apr 18, 2023
Jun 25, 2024
Nov 7, 2023
Oct 23, 2024
Oct 23, 2024
Jan 10, 2023
Jan 10, 2023
Jun 25, 2024
Jun 25, 2024
Apr 18, 2023
Apr 18, 2023
Jun 25, 2024
Feb 6, 2023
Oct 23, 2024
Oct 23, 2024
Nov 7, 2023
Jan 12, 2023
Apr 18, 2023
Jun 25, 2024

Repository files navigation

Taipy Studio GUI Helper

This is a Visual Studio Code extension that provides 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 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.