Doosan DRL extension for Visual Studio Code
Doosan DRL extension is used to edit DRL(Doosan Robot Language) in Visual Studio Code.
This extension was created by Doosan Robotics.
Quick start
This extension will be executed automatically in *.drl file.
Features
1. Completion and Snippet
- You can see DRL and your own function's list when typing. If you select item, function's snippet will be inserted.
2. Signature
- You can check parameter information when typing function parameters.
3. Show hover
- You can see the function's information when you move the mouse over the function's name.
4. Go to definition
- You can go to your own definition by pressing
F12 , clicking name with ctrl(command) , or open menu and select 'Go To Definition'.
- This feature is not working to DRL function.

Note
- This extension is beta version. If you have any questions or requests about this extension, please post it in our Dart-Forum.
- Syntax check features will be included in the future version.
- This extension does not use LSP(Language Server Protocol).
| |