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
Copy file name to clipboardExpand all lines: intellij-client/README.md
+7-3Lines changed: 7 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,10 @@
6
6
7
7
<!-- Plugin description -->
8
8
9
+
**RobotCode** is a PyCharm/IntelliJ Plugin that enhances your workflow with [Robot Framework](https://robotframework.org/).
10
+
It provides a rich set of features to help you write, run, and debug your Robot Framework tests directly within your IDE.
11
+
12
+
9
13
⚠️ **Important Notice** ⚠️
10
14
This plugin is currently under active development and is not yet ready for production use. Please note that it may contain bugs or lack certain features.
11
15
@@ -14,9 +18,6 @@ We invite you to join the Robot Framework and RobotCode community by reporting i
14
18
Your feedback is greatly appreciated! 🙂
15
19
16
20
17
-
**RobotCode** is a PyCharm/IntelliJ Plugin that enhances your workflow with [Robot Framework](https://robotframework.org/).
18
-
It provides a rich set of features to help you write, run, and debug your Robot Framework tests directly within your IDE.
19
-
20
21
## Why RobotCode?
21
22
22
23
**Built on Robot Framework Core**
@@ -28,6 +29,7 @@ RobotCode is built on the Language Server Protocol (LSP), a modern standard for
28
29
**Powerful Command Line Tools**
29
30
RobotCode extends the Robot Framework CLI with enhanced tools for test execution, analysis, and debugging. It supports [`robot.toml`](https://robotcode.io/03_reference/) configurations, integrates a Debug Adapter Protocol (DAP) compatible debugger, and provides an interactive REPL environment for experimenting with Robot Framework commands. Modular and flexible, these tools streamline your workflow for both development and production.
30
31
32
+
31
33
## Key Features
32
34
33
35
-**Smart Code Editing**: Auto-completion, syntax highlighting, and seamless navigation.
@@ -47,6 +49,7 @@ RobotCode extends the Robot Framework CLI with enhanced tools for test execution
47
49
- Robot Framework 4.1 or newer
48
50
- PyCharm 2024.3.1 or newer
49
51
52
+
50
53
## Getting Started
51
54
52
55
1. Install the [RobotCode Plugin](https://plugins.jetbrains.com/plugin/26216) from the JETBRAINS Marketplace.
@@ -58,6 +61,7 @@ For a more detailed guide, check out the [Let's get started](https://robotcode.i
0 commit comments