Kuka Code Helper is a Visual Studio Code extension that supports Kuka Robot Language (KRL). It helps in showing functions and methods in the outline.
- Highlight KRL functions and methods in the outline view.
- Support for both local and global functions and methods.
- Syntax highlighting for
.src
files. (you can use: https://github.com/d4nuu8/language-kuka-krl)
- Download the
.vsix
file from the releases. - Open Visual Studio Code.
- Go to Extensions view by clicking on the Extensions icon in the Sidebar.
- Click on the three dots at the top-right corner of the Extensions view.
- Choose
Install from VSIX...
. - Select the downloaded
.vsix
file.
- Open a KRL file with a
.src
extension. - Functions and methods will be displayed in the outline view.
If you want to contribute to the development of this extension, feel free to open issues or submit pull requests on GitHub.