Doosan Dart-IDE Extension
Doosan Dart-IDE Extension is used to code and build Dart-Suite Projects in Visual Studio Code.
Notice
The following programs must be installed to use this extension.
- node js : 18.18.0 or later
- npm : 9.6.7 or later
- vscode : 1.88.0 or later
- Dart-Service : 3.0.0 or later. You can download it on our developer site.
The Internet must be connected.
If you build a project with this extension, we recommend to use project that was created in this extension.
Features
Create, build & run Dart-IDE Project for Dart-Platform.
Install and update library to one button.
Preview your module's screen
How to build project
Open project folder that create in this extension.
Select project from status bar.
If you open one project only, you don't need to do it.
If you want to run project to Dart-Platform, select platform too.
Go to activity bar and select DART-IDE.
Install and update library.
- You can check unsupported library in your project.
Choose syntax check enable when build. (This feature support in Dart-Service 2.1.1 or later)
Choose save path of dm file.
Build project
- If you want to run project to Dart-Platform, click Build&Run Project.
- You can also build to press below keys.
- Build
- Windows : ctrl + shift + b
- Mac : cmd + shift + b
- Build & Run
- Windows : ctrl + shift + r
- Mac : cmd + shift + r
Project Rules
Module projects installed on Dart-Platform must follow the following rules. Please ensure that the project satisfies the rules below.
Dart-Platform supports multiple platforms.
Therefore, libraries that support the following platforms should be used:
- PC: Window, Mac
- Robot Controller(Teach Pendant): Linux
- Tablet: Android
For safety reason, bundler configuration files such as webpack.config.js and esbuild.config.js should not be edited.
| |