Have have been programming/editing robot programs for many years. Used ABB RobotStudio for online editing, for offline i have used UltraEdit and Notepad++. Now I started using Visual Studio Code for programming Arduino and other small controllers. Found some plugins for RAPID and tried it out.
Works great, or at least almost.....
It is possible to drag a backup(folder) into VSCode and then use the Explorer to navigate down to the .mod-file. File opens and highlighting etc is working fine.

In UltaEdit it is possible to view a "function list", this list show all procedures and it is possible to go direcly to that part/Procedure:

Would it be possible to achieve this with "File Tree View"?
The functions that are use are: PROC, LOCAL PROC, TRAP, FUNC and RECORD
Have have been programming/editing robot programs for many years. Used ABB RobotStudio for online editing, for offline i have used UltraEdit and Notepad++. Now I started using Visual Studio Code for programming Arduino and other small controllers. Found some plugins for RAPID and tried it out.

Works great, or at least almost.....
It is possible to drag a backup(folder) into VSCode and then use the Explorer to navigate down to the .mod-file. File opens and highlighting etc is working fine.
In UltaEdit it is possible to view a "function list", this list show all procedures and it is possible to go direcly to that part/Procedure:

Would it be possible to achieve this with "File Tree View"?
The functions that are use are: PROC, LOCAL PROC, TRAP, FUNC and RECORD