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
Get fast, context‑aware suggestions for libraries, resources, keywords (incl. embedded args), variables and namespaces.
36
+
Signature help, hover docs and inline diagnostics are powered by Robot Framework’s native parser for accuracy in both IDEs.
37
+
38
+
link: /01_about
39
+
linkText: Learn more
40
+
41
+
- icon: "🐞"
42
+
title: Run and Debug
43
+
details: |
44
+
Execute and debug tests directly from the editor or CLI. Set breakpoints, step through keywords, inspect variables,
45
+
and jump to failures. Works with suites, folders or single tests and integrates with Robot Framework logs/reports.
46
+
47
+
link: /02_get_started
48
+
linkText: Get Started
49
+
50
+
- icon: "✏️"
51
+
title: Refactor with Confidence
52
+
details: |
53
+
Project‑wide rename for keywords, arguments, variables and files with safe previews. References in resources,
54
+
libraries and tests are updated consistently across your workspace (incl. multi‑root setups).
55
+
link: /01_about
56
+
linkText: Learn refactoring
57
+
58
+
- icon: "⚙️"
59
+
title: Powerful CLI + robot.toml
60
+
details: |
61
+
A unified CLI (enhanced <code>robot</code>, <code>rebot</code>, <code>libdoc</code>, <code>discover</code>) plus a central <a href="/03_reference/config">robot.toml</a> for profiles,
62
+
environments and repeatable execution. Ideal for local dev and CI pipelines.
63
+
link: /03_reference/config
64
+
linkText: robot.toml Reference
65
+
66
+
- icon: "🧪"
67
+
title: Test Discovery & Explorer
68
+
details: |
69
+
Automatically discover tests and suites. Filter by tags, names and glob patterns. Use the Test Explorer to run suites,
70
+
folders or single cases — or leverage the <code>discover</code> command from the CLI.
71
+
72
+
link: /03_reference/cli
73
+
linkText: CLI discover
74
+
75
+
- icon: "🔎"
76
+
title: Hover, Go to Definition & Peek
77
+
details: |
78
+
Navigate precisely across libraries, resources, variables and keywords. Peek to definitions inline, jump with F12,
79
+
and rely on consistent cross‑references — the same engine powers VS Code and JetBrains.
80
+
81
+
link: /01_about
82
+
linkText: Navigation features
83
+
84
+
- icon: "🧹"
85
+
title: Linting and Formatting with Robocop
86
+
details: |
87
+
Optional integration with <a href="https://robocop.readthedocs.io">Robocop</a>: configurable rules, severities and ignores.
88
+
Run in the IDE or via CLI; keep quality high with actionable diagnostics and rule links. Configure via <code>robot.toml</code>.
89
+
90
+
link: https://robocop.readthedocs.io
91
+
linkText: Robocop Docs
92
+
93
+
- icon: "🧩"
94
+
title: Multi‑IDE, same core
95
+
details: |
96
+
One LSP core powers both VS Code and JetBrains for a consistent experience: completion, navigation, refactoring and diagnostics.
97
+
Choose your IDE — capabilities stay aligned.
98
+
99
+
link: /01_about
100
+
linkText: IDE overview
101
+
102
+
- icon: "📓"
103
+
title: REPL & Notebooks
104
+
details: |
105
+
Try keywords interactively and prototype flows quickly. Use <code>robotcode repl</code> for local sessions or <code>repl-server</code> in headless setups.
106
+
Great for experimentation, demos and debugging snippets.
107
+
108
+
link: /03_reference/cli#repl
109
+
linkText: REPL Docs
31
110
32
-
<img src="/autocomplete1.gif" />
33
-
34
-
- title: Running and Debugging
35
-
details: Running and debugging of RobotFramework testcases
36
-
and tasks out of the box, directly from the definition of the test or suite.
*Code completions for keywords, arguments and variables in the editor.*
45
118
46
119
---
47
120
121
+

122
+
*Running tests right from the editor.*
123
+
124
+
125
+
## Watch: RoboCon 2024 tutorial
126
+
127
+
<lite-youtubevideoid="7Uad_250YuI" />
128
+
129
+
This recorded RoboCon 2024 tutorial walks through the core features of RobotCode and demonstrates how to integrate the Language Server into your daily Robot Framework workflow.
0 commit comments