You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RobotCode analyse your code and show diagnostics for:
72
+
- Syntax Errors
73
+
- Unknown keywords
74
+
- Duplicate keywords
75
+
- Missing libraries, resource and variable imports
76
+
- Duplicate libraries, resource and variable imports
77
+
- ... and many more
78
+
79
+
For most things RobotCode uses the installed RobotFramework version to parse and analyse the code, so you get the same errors as when you run it.
80
+
39
81
40
-
RobotCode analyse your code for missing libraries, keywords, duplicate imports and many more.
41
82
Get addition code analysis with [Robocop](https://robocop.readthedocs.io/). Just install it in your python environment.
42
83
43
84
### Code Formatting
@@ -52,7 +93,10 @@ RobotCode supports running and debugging of RobotFramework testcases and tasks o
52
93
53
94
In the debug console you can see all log messages of the current run and navigate to the keyword the message was written by.
54
95
55
-
TODO
96
+
### Multi-root Workspace folders
97
+
98
+
RobotCodes support for [Multi-root Workspaces](https://code.visualstudio.com/docs/editor/multi-root-workspaces), enables loadin and editing different Robotframework projects/folders with different RobotFramework/Python environments and settings at the same time or use can share the same RobotFramework/Python environment and settings for all folders in the workspace.
99
+
56
100
57
101
## Quick start
58
102
@@ -97,7 +141,7 @@ This is the simpliest way to create an running environment.
97
141
98
142
### Editor Style
99
143
100
-
You can change some stylings forRobotFramework filesin VSCode editor (see [Customizing a Color Theme](https://code.visualstudio.com/docs/getstarted/themes#_customizing-a-color-theme))
144
+
You can change some stylings forRobotFramework filesin VSCode editor, independently of the current theme. (see [Customizing a Color Theme](https://code.visualstudio.com/docs/getstarted/themes#_customizing-a-color-theme))
0 commit comments