https://github.com/avaiga/taipy-studio
Taipy Studio, a Visual Studio Code extension dedicated to coding for Taipy.
https://github.com/avaiga/taipy-studio
Last synced: 7 months ago
JSON representation
Taipy Studio, a Visual Studio Code extension dedicated to coding for Taipy.
- Host: GitHub
- URL: https://github.com/avaiga/taipy-studio
- Owner: Avaiga
- License: apache-2.0
- Created: 2022-08-16T05:48:14.000Z (about 3 years ago)
- Default Branch: develop
- Last Pushed: 2023-11-07T16:27:23.000Z (almost 2 years ago)
- Last Synced: 2023-11-08T17:44:21.271Z (almost 2 years ago)
- Size: 2.69 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Taipy Studio
[Taipy Studio](https://marketplace.visualstudio.com/items?itemName=Taipy.taipy-studio)
provides a set of tools that accelerate the creation of [Taipy](https://www.taipy.io/)
applications, reducing the code that needs to be manually written.Taipy Studio is an extension to [Visual Studio Code](https://code.visualstudio.com/), which
provides a whole development environment, including state-of-the-art support for the Python
programming language.You can get all the relevant information on this extension on the
[Taipy Studio](https://docs.taipy.io/en/latest/manuals/studio/) documentation page.## Extensions included
Taipy Studio automatically installs two extensions:
* [Taipy Studio Configuration Builder](https://marketplace.visualstudio.com/items?itemName=Taipy.studio-config) -
Provides a point-and-click edition environment to create and modify Taipy configuration
files.
* [Taipy Studio GUI Helper](https://marketplace.visualstudio.com/items?itemName=Taipy.studio-gui) -
Provides support for the extended Markdown syntax used in Taipy GUI. This includes IntelliSense on
visual element properties, code navigation, variable explorer, and more.
**Taipy API Support: 2.0+**## Quick start
1. Install [Taipy](https://pypi.org/project/taipy/) version 3.0 or above on your system.
1. Install the [Taipy Studio](https://marketplace.visualstudio.com/items?itemName=Taipy.taipy-studio)
extension.
Note that Taipy Studio 2.0 and later is compatible with Taipy 3.0 and later. If you plan to
use a legacy version of Taipy, please install the latest Taipy Studio 1.x version.
You can look at the [Extension Marketplace](https://code.visualstudio.com/docs/editor/extension-marketplace)
page for how to install the extension. Look for extensions whose names contain "Taipy".
![]()
You can now start building your Taipy application with specific tools that will
make your team and yourself far more productive!## Moving forward
Taipy Studio can be used in two main scenarios:
- Building Taipy configuration files:
If you plan to build Taipy configuration files, you can open the "Taipy Configs" view
and get started. This view opens in the *Secondary Side Bar".If your current project has any configuration files (`*.toml`), they are listed in
the **Config Files** section at the top of this view.
You can then select a configuration file to work on, adding and editing the configuration
items that your application can use.
See the complete documentation on
[Building Taipy configuration files](https://docs.taipy.io/en/latest/manuals/studio/config/)
for details.- Creating Taipy GUI pages:
If you edit a Markdown source file (`*.md`) or a string in a Python source file (`*.py`),
Taipy Studio will provide you with support for the Taipy GUI syntax.
See the complete documentation on
[Creating Taipy GUI pages](https://docs.taipy.io/en/latest/manuals/studio/gui/) for details.