ABB RAPID Language SupportThis Visual Studio Code extension provides syntax highlighting, code formatting, code snippets, and file icons for the ABB RAPID programming language, making it easier to write and read RAPID code within the editor.
Features
UsageThe extension automatically activates when you open a file with the Syntax HighlightingCatch syntax and declaration errors directly in your code as you type. The extension highlights issues such as missing semicolons, duplicate global declarations, or malformed code blocks. This feature is enabled by default but can be turned off via the Error HighlightingThe extension underlines common syntax and semantic issues while editing RAPID code, including:
Errors are displayed in the Problems tab and directly in the editor. You can enable or disable this behavior via the Cross-file global duplicate declarations is disabled by default. You can enabled or disable this behavior via the Code FormattingThe extension will prompt you to use its default formatter. The default formatter will automatically format the file after each save. This feature can be turned on and off via the Code SnippetsAdd multiple code snippets for data types and common RAPID constructs. Hover Documentation TooltipsInstantly view helpful documentation by hovering over functions, data types, or other symbols in your code. The extension displays concise, contextual tooltips containing descriptions, parameters, and usage details—making it easier to understand code without leaving your editor. File IconsRAPID source files ( LicenseThis extension is licensed under the MIT License. |