robotcode 0.106.1__tar.gz → 0.108.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2,6 +2,56 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.
4
4
 
5
+ ## [0.108.0](https://github.com/robotcodedev/robotcode/compare/v0.107.0..v0.108.0) - 2025-01-22
6
+
7
+ ### Bug Fixes
8
+
9
+ - **debugger:** Corrected evaluating/executing keywords for RF 7.2 ([df92ad4](https://github.com/robotcodedev/robotcode/commit/df92ad4e6910de9556e6c20148489ab42ed06a93))
10
+
11
+
12
+ ### Documentation
13
+
14
+ - Redesign the README and some docs and added `powered by IntelliJ` to README and docs ([db5ec53](https://github.com/robotcodedev/robotcode/commit/db5ec5378dbeee82c24a62bf4a22c32e8bc89e36))
15
+ - Change svgs in README to pngs ([434307c](https://github.com/robotcodedev/robotcode/commit/434307c2e042bed06a159983e5052e0961d05f86))
16
+
17
+
18
+ ### Features
19
+
20
+ - **intellij:** Add clear cache and restart actions for language server ([2f04e9a](https://github.com/robotcodedev/robotcode/commit/2f04e9aa3116c5bdb7ac3826c6433b04c8c5077b))
21
+
22
+
23
+ ## [0.107.0](https://github.com/robotcodedev/robotcode/compare/v0.106.1..v0.107.0) - 2025-01-21
24
+
25
+ ### Bug Fixes
26
+
27
+ - **intellij:** Stabilized getting the correct python sdk for a project ([f8622ef](https://github.com/robotcodedev/robotcode/commit/f8622ef6eacfb6dc484044b465f281cba02ee0c3))
28
+
29
+
30
+ ### Features
31
+
32
+ - **intellij:** Dynamic update of test run buttons on file and configuration changes ([da9687c](https://github.com/robotcodedev/robotcode/commit/da9687c0cd75270d6f7f397f776f230b3469a684))
33
+ - **intellij:** Implemented support for 4 spaces tab ([de83635](https://github.com/robotcodedev/robotcode/commit/de836356cd991cf09d315aaacad2ed1e94c433b9))
34
+
35
+ - this is enabled by default for robot files
36
+
37
+ - **intellij:** Support for highlight for python expressions ([a2c2760](https://github.com/robotcodedev/robotcode/commit/a2c276043f26303b4856dc13aed88cd2eea5432f))
38
+ - **langserver:** Support for workspace symbols ([a90ce60](https://github.com/robotcodedev/robotcode/commit/a90ce60250b9dc82c8a78bc910878171617c6a45))
39
+ - **langserver:** Support for workspace symbols ([66cb701](https://github.com/robotcodedev/robotcode/commit/66cb701620322bd248db053dcb3d0f598c76a93b))
40
+
41
+
42
+ ### Refactor
43
+
44
+ - **robot:** Remove unused digest fields from KeywordDoc and LibraryDoc ([e550fb0](https://github.com/robotcodedev/robotcode/commit/e550fb0be816fed4a1d66d17ae3f02b059095713))
45
+
46
+
47
+ ### Testing
48
+
49
+ - **langserver:** Correct some regression tests ([98fe4d0](https://github.com/robotcodedev/robotcode/commit/98fe4d0581170f71f6ed02a43f8bb4fb19699437))
50
+ - **langserver:** Corrected some regression tests ([1fa8e7a](https://github.com/robotcodedev/robotcode/commit/1fa8e7a6e43ea370db5821a9ba8549b88eafad6d))
51
+ - **langserver:** Corrected some more regression tests ([2c8e451](https://github.com/robotcodedev/robotcode/commit/2c8e451de333ae30c7d0c0716ef4ace23e2d8f6b))
52
+ - **langserver:** Corrected some more regression tests ([68bd93c](https://github.com/robotcodedev/robotcode/commit/68bd93cccd763290ff34021a18811f46340c94b9))
53
+
54
+
5
55
  ## [0.106.1](https://github.com/robotcodedev/robotcode/compare/v0.106.0..v0.106.1) - 2025-01-16
6
56
 
7
57
  ### Bug Fixes
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: robotcode
3
- Version: 0.106.1
3
+ Version: 0.108.0
4
4
  Summary: Command line interface for RobotCode
5
5
  Project-URL: Homepage, https://robotcode.io
6
6
  Project-URL: Donate, https://opencollective.com/robotcode
@@ -34,77 +34,79 @@ Classifier: Topic :: Text Editors :: Integrated Development Environments (IDE)
34
34
  Classifier: Topic :: Utilities
35
35
  Classifier: Typing :: Typed
36
36
  Requires-Python: >=3.8
37
- Requires-Dist: robotcode-core==0.106.1
38
- Requires-Dist: robotcode-plugin==0.106.1
39
- Requires-Dist: robotcode-robot==0.106.1
37
+ Requires-Dist: robotcode-core==0.108.0
38
+ Requires-Dist: robotcode-plugin==0.108.0
39
+ Requires-Dist: robotcode-robot==0.108.0
40
40
  Provides-Extra: all
41
41
  Requires-Dist: docutils; extra == 'all'
42
42
  Requires-Dist: pyyaml>=5.4; extra == 'all'
43
43
  Requires-Dist: rich; extra == 'all'
44
- Requires-Dist: robotcode-analyze==0.106.1; extra == 'all'
45
- Requires-Dist: robotcode-debugger==0.106.1; extra == 'all'
46
- Requires-Dist: robotcode-language-server==0.106.1; extra == 'all'
47
- Requires-Dist: robotcode-repl-server==0.106.1; extra == 'all'
48
- Requires-Dist: robotcode-repl==0.106.1; extra == 'all'
49
- Requires-Dist: robotcode-runner==0.106.1; extra == 'all'
44
+ Requires-Dist: robotcode-analyze==0.108.0; extra == 'all'
45
+ Requires-Dist: robotcode-debugger==0.108.0; extra == 'all'
46
+ Requires-Dist: robotcode-language-server==0.108.0; extra == 'all'
47
+ Requires-Dist: robotcode-repl-server==0.108.0; extra == 'all'
48
+ Requires-Dist: robotcode-repl==0.108.0; extra == 'all'
49
+ Requires-Dist: robotcode-runner==0.108.0; extra == 'all'
50
50
  Requires-Dist: robotframework-robocop>=2.0.0; extra == 'all'
51
51
  Requires-Dist: robotframework-tidy>=2.0.0; extra == 'all'
52
52
  Provides-Extra: analyze
53
- Requires-Dist: robotcode-analyze==0.106.1; extra == 'analyze'
53
+ Requires-Dist: robotcode-analyze==0.108.0; extra == 'analyze'
54
54
  Provides-Extra: colored
55
55
  Requires-Dist: rich; extra == 'colored'
56
56
  Provides-Extra: debugger
57
- Requires-Dist: robotcode-debugger==0.106.1; extra == 'debugger'
57
+ Requires-Dist: robotcode-debugger==0.108.0; extra == 'debugger'
58
58
  Provides-Extra: languageserver
59
- Requires-Dist: robotcode-language-server==0.106.1; extra == 'languageserver'
59
+ Requires-Dist: robotcode-language-server==0.108.0; extra == 'languageserver'
60
60
  Provides-Extra: lint
61
61
  Requires-Dist: robotframework-robocop>=2.0.0; extra == 'lint'
62
62
  Provides-Extra: repl
63
- Requires-Dist: robotcode-repl==0.106.1; extra == 'repl'
63
+ Requires-Dist: robotcode-repl==0.108.0; extra == 'repl'
64
64
  Provides-Extra: replserver
65
- Requires-Dist: robotcode-repl-server==0.106.1; extra == 'replserver'
65
+ Requires-Dist: robotcode-repl-server==0.108.0; extra == 'replserver'
66
66
  Provides-Extra: rest
67
67
  Requires-Dist: docutils; extra == 'rest'
68
68
  Provides-Extra: runner
69
- Requires-Dist: robotcode-runner==0.106.1; extra == 'runner'
69
+ Requires-Dist: robotcode-runner==0.108.0; extra == 'runner'
70
70
  Provides-Extra: tidy
71
71
  Requires-Dist: robotframework-tidy>=2.0.0; extra == 'tidy'
72
72
  Provides-Extra: yaml
73
73
  Requires-Dist: pyyaml>=5.4; extra == 'yaml'
74
74
  Description-Content-Type: text/markdown
75
75
 
76
-
77
- # RobotCode - Language Support for Robot Framework in Visual Studio Code
76
+ # RobotCode - The Ultimate Robot Framework Toolset
78
77
 
79
78
  [![License](https://img.shields.io/github/license/robotcodedev/robotcode?style=flat&logo=apache)](https://github.com/robotcodedev/robotcode/blob/master/LICENSE)
80
79
  [![Build Status](https://img.shields.io/github/actions/workflow/status/robotcodedev/robotcode/build-test-package-publish.yml?branch=main&style=flat&logo=github)](https://github.com/robotcodedev/robotcode/actions?query=workflow:build_test_package_publish)
81
-
82
80
  [![VS Code Marketplace](https://img.shields.io/visual-studio-marketplace/v/d-biehl.robotcode?style=flat&label=VS%20Marketplace&logo=visual-studio-code)](https://marketplace.visualstudio.com/items?itemName=d-biehl.robotcode)
83
81
  [![Installs](https://img.shields.io/visual-studio-marketplace/i/d-biehl.robotcode?style=flat)](https://marketplace.visualstudio.com/items?itemName=d-biehl.robotcode)
84
-
85
82
  [![JETBRAINS Marketplace](https://img.shields.io/jetbrains/plugin/v/26216.svg)](https://plugins.jetbrains.com/plugin/26216)
86
83
  [![Downloads](https://img.shields.io/jetbrains/plugin/d/26216.svg)](https://plugins.jetbrains.com/plugin/26216)
87
-
88
-
89
84
  [![PyPI - Version](https://img.shields.io/pypi/v/robotcode.svg?style=flat)](https://pypi.org/project/robotcode)
90
85
  [![Python Version](https://img.shields.io/pypi/pyversions/robotcode.svg?style=flat)](https://pypi.org/project/robotcode)
91
86
  [![Downloads](https://img.shields.io/pypi/dm/robotcode.svg?style=flat&label=downloads)](https://pypi.org/project/robotcode)
92
87
 
93
88
  ---
94
89
 
95
- **RobotCode** is a Visual Studio Code extension that enhances your workflow with [Robot Framework](https://robotframework.org/).
96
- It provides a rich set of features to help you write, run, and debug your Robot Framework tests directly within Visual Studio Code.
90
+ ## What is RobotCode?
91
+
92
+ RobotCode is a comprehensive toolkit for Robot Framework development, offering advanced features to enhance your productivity and streamline your workflow. Whether you're using Visual Studio Code, IntelliJ, or other LSP-compatible editors, RobotCode ensures a consistent and seamless experience.
93
+
94
+ ### Key Advantages:
95
+
96
+ - **Built on Robot Framework Core**
97
+ RobotCode uses Robot Framework's native parser for syntax validation, error messages, and behavior, ensuring full compatibility and reliability in your projects.
97
98
 
98
- ## Why RobotCode?
99
+ - **Powered by the Language Server Protocol (LSP)**
100
+ By leveraging the LSP, RobotCode provides real-time code navigation, intelligent auto-completion, and refactoring capabilities across various editors and IDEs.
99
101
 
100
- **Built on Robot Framework Core**
101
- RobotCode is based on the Robot Framework Core and uses its parser, ensuring complete compatibility and consistency. This means you get the same syntax validation, error messages, and behavior as if you were running Robot Framework directly.
102
+ - **Multi-Platform IDE Extensions**
103
+ RobotCode offers robust extensions for Visual Studio Code and IntelliJ Platform, delivering the same high-quality features regardless of your preferred development environment. Thanks to LSP, it also works with editors like Neovim and Sublime Text.
102
104
 
103
- **Powered by the Language Server Protocol**
104
- RobotCode is built on the Language Server Protocol (LSP), a modern standard for implementing language support across multiple editors and IDEs. This ensures a seamless and responsive user experience, while making it easier to maintain compatibility with evolving IDE features.
105
+ - **Enhanced CLI Tools**
106
+ Extend Robot Framework's command-line capabilities with tools for test execution, debugging, and code analysis. Features include `robot.toml` support, a Debug Adapter Protocol (DAP) debugger, and an interactive REPL for quick experimentation.
107
+
108
+ With RobotCode, you can focus on building and testing your automation workflows while enjoying an integrated and efficient development experience.
105
109
 
106
- **Powerful Command Line Tools**
107
- 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.
108
110
 
109
111
  ## Key Features
110
112
 
@@ -125,28 +127,84 @@ RobotCode extends the Robot Framework CLI with enhanced tools for test execution
125
127
  - **RobotCode Repl and Notebooks**: Play with Robot Framework in a Jupyter Notebook-like environment.
126
128
  - **And More!**: Check out the [official documentation](https://robotcode.io) for more details.
127
129
 
130
+
128
131
  ## Requirements
129
132
 
130
133
  - Python 3.8 or newer
131
134
  - Robot Framework 4.1 or newer
135
+
136
+ ### IDE Support
137
+
132
138
  - Visual Studio Code 1.86 or newer
139
+ - PyCharm 2024.3.2 or newer or IntelliJ IDEA 2024.3.2 or newer
140
+
133
141
 
134
142
  ## Getting Started
135
143
 
136
- 1. Install the [RobotCode extension](https://marketplace.visualstudio.com/items?itemName=d-biehl.robotcode) from the Visual Studio Marketplace.
137
- 2. Configure your Robot Framework environment with the command-line tools provided by the extension.
138
- 3. Start writing and running your Robot Framework tests!
144
+ ### Visual Studio Code
145
+
146
+ 1. **Install the RobotCode Extension**
147
+ Open the [Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=d-biehl.robotcode) and install the RobotCode extension.
139
148
 
140
- For a more detailed guide, check out the [Let's get started](https://robotcode.io/02_get_started/) Guide on the [RobotCode](https://robotcode.io) website.
149
+ 2. **Set Up Your Environment**
150
+ Configure your Robot Framework environment using the tools and commands provided by the extension or the `robot.toml` file.
141
151
 
142
- ## Extensions
152
+ 3. **Start Testing**
153
+ Begin writing and running your Robot Framework tests directly in VS Code.
143
154
 
155
+ 4. **Explore More**
156
+ Visit the [Getting Started Guide](https://robotcode.io/02_get_started/) for detailed setup instructions and advanced features.
157
+
158
+ **Extensions:**
144
159
  RobotCode automatically installs the [Python](https://marketplace.visualstudio.com/items?itemName=ms-python.python) and the [Python Debugger](https://marketplace.visualstudio.com/items?itemName=ms-python.debugpy) extension. Additional extensions may be required depending on your project needs.
145
160
 
161
+
162
+ ### IntelliJ IDEA or PyCharm
163
+
164
+ 1. **Install the RobotCode Plugin**
165
+ Choose one of the following methods to install the RobotCode plugin in your IDE:
166
+
167
+ - **Install via the Built-in Plugin Marketplace**
168
+ Navigate to:
169
+ <kbd>Settings/Preferences</kbd> > <kbd>Plugins</kbd> > <kbd>Marketplace</kbd> > Search for "RobotCode" and click <kbd>Install</kbd>.
170
+
171
+ - **Use the JetBrains Marketplace**
172
+ Alternatively, install the plugin directly from the [JetBrains Marketplace](https://plugins.jetbrains.com/plugin/26216). Click the <kbd>Install to ...</kbd> button if your IDE is running.
173
+
174
+ - **Manual Installation**
175
+ Download the [latest release](https://github.com/robotcodedev/robotcode/releases/latest) and install it manually:
176
+ <kbd>Settings/Preferences</kbd> > <kbd>Plugins</kbd> > <kbd>⚙️</kbd> > <kbd>Install plugin from disk...</kbd>.
177
+
178
+ 2. **Set Up Your Environment**
179
+ Configure your Robot Framework environment using the tools and commands provided by the plugin or the `robot.toml` file.
180
+
181
+ 3. **Start Testing**
182
+ Begin developing and executing your Robot Framework tests.
183
+
184
+ 4. **Explore More**
185
+ Visit the [Getting Started Guide](https://robotcode.io/02_get_started/) for detailed setup instructions and advanced features.
186
+
187
+ **Plugins:**
188
+ RobotCode automatically installs the [LSP4IJ](https://plugins.jetbrains.com/plugin/23257). Additional plugins may be required depending on your project needs.
189
+
190
+
146
191
  ## Documentation
147
192
 
148
- For more details on installation, setup, and usage, refer to the [official RobotCode documentation](https://robotcode.io).
193
+ For detailed instructions, visit our **[official documentation](https://robotcode.io)**.
194
+ Here are some additional resources to help you troubleshoot or learn more:
195
+
196
+ - **[Q&A](https://github.com/robotcodedev/robotcode/discussions/categories/q-a):** Answers to common questions about RobotCode.
197
+ - **[Troubleshooting Guide](https://robotcode.io/04_tip_and_tricks/troubleshooting):** Solutions for setup issues, performance problems, and debugging errors.
198
+ - **[Command Line Tools Reference](https://robotcode.io/03_reference/):** Comprehensive documentation on using RobotCode’s CLI tools.
199
+ - **[Changelog](https://github.com/robotcodedev/robotcode/blob/main/CHANGELOG.md):** Track changes, updates, and new features in each release.
200
+ - **[Support](https://robotcode.io/support/):** Learn how to get help and report issues.
201
+
149
202
 
150
203
  ## License
151
204
 
152
205
  This project is licensed under the [Apache 2.0 License](https://spdx.org/licenses/Apache-2.0.html).
206
+
207
+ ---
208
+
209
+ ## Powered by
210
+ [![JetBrains logo.](docs/images/jetbrains.png)](https://jb.gg/OpenSourceSupport)
@@ -0,0 +1,135 @@
1
+ # RobotCode - The Ultimate Robot Framework Toolset
2
+
3
+ [![License](https://img.shields.io/github/license/robotcodedev/robotcode?style=flat&logo=apache)](https://github.com/robotcodedev/robotcode/blob/master/LICENSE)
4
+ [![Build Status](https://img.shields.io/github/actions/workflow/status/robotcodedev/robotcode/build-test-package-publish.yml?branch=main&style=flat&logo=github)](https://github.com/robotcodedev/robotcode/actions?query=workflow:build_test_package_publish)
5
+ [![VS Code Marketplace](https://img.shields.io/visual-studio-marketplace/v/d-biehl.robotcode?style=flat&label=VS%20Marketplace&logo=visual-studio-code)](https://marketplace.visualstudio.com/items?itemName=d-biehl.robotcode)
6
+ [![Installs](https://img.shields.io/visual-studio-marketplace/i/d-biehl.robotcode?style=flat)](https://marketplace.visualstudio.com/items?itemName=d-biehl.robotcode)
7
+ [![JETBRAINS Marketplace](https://img.shields.io/jetbrains/plugin/v/26216.svg)](https://plugins.jetbrains.com/plugin/26216)
8
+ [![Downloads](https://img.shields.io/jetbrains/plugin/d/26216.svg)](https://plugins.jetbrains.com/plugin/26216)
9
+ [![PyPI - Version](https://img.shields.io/pypi/v/robotcode.svg?style=flat)](https://pypi.org/project/robotcode)
10
+ [![Python Version](https://img.shields.io/pypi/pyversions/robotcode.svg?style=flat)](https://pypi.org/project/robotcode)
11
+ [![Downloads](https://img.shields.io/pypi/dm/robotcode.svg?style=flat&label=downloads)](https://pypi.org/project/robotcode)
12
+
13
+ ---
14
+
15
+ ## What is RobotCode?
16
+
17
+ RobotCode is a comprehensive toolkit for Robot Framework development, offering advanced features to enhance your productivity and streamline your workflow. Whether you're using Visual Studio Code, IntelliJ, or other LSP-compatible editors, RobotCode ensures a consistent and seamless experience.
18
+
19
+ ### Key Advantages:
20
+
21
+ - **Built on Robot Framework Core**
22
+ RobotCode uses Robot Framework's native parser for syntax validation, error messages, and behavior, ensuring full compatibility and reliability in your projects.
23
+
24
+ - **Powered by the Language Server Protocol (LSP)**
25
+ By leveraging the LSP, RobotCode provides real-time code navigation, intelligent auto-completion, and refactoring capabilities across various editors and IDEs.
26
+
27
+ - **Multi-Platform IDE Extensions**
28
+ RobotCode offers robust extensions for Visual Studio Code and IntelliJ Platform, delivering the same high-quality features regardless of your preferred development environment. Thanks to LSP, it also works with editors like Neovim and Sublime Text.
29
+
30
+ - **Enhanced CLI Tools**
31
+ Extend Robot Framework's command-line capabilities with tools for test execution, debugging, and code analysis. Features include `robot.toml` support, a Debug Adapter Protocol (DAP) debugger, and an interactive REPL for quick experimentation.
32
+
33
+ With RobotCode, you can focus on building and testing your automation workflows while enjoying an integrated and efficient development experience.
34
+
35
+
36
+ ## Key Features
37
+
38
+ - **Code Editing**: Enjoy code auto-completion, navigation and more.
39
+ - **IntelliSense**: Get code completion suggestions for keywords, variables, and more.
40
+ - **Refactoring**: Rename variables, keywords, arguments and more with ease and project wide.
41
+ - **Enhanced Syntax Highlighting**: Easily identify and read your Robot Framework code with support highlight embedded arguments, python expressions, environment variables with default values, and more.
42
+ - **Code Snippets**: Quickly insert common Robot Framework code snippets.
43
+ - **Test Discovery**: Discover and run Robot Framework test cases directly within VS Code.
44
+ - **Test Execution**: Execute Robot Framework test cases and suites directly within VS Code.
45
+ - **Test Reports**: View test reports directly within VS Code.
46
+ - **Debugging**: Debug your Robot Framework tests with ease.
47
+ - **Command Line Tools**: A wide array of tools to assist in setting up and managing Robot Framework environments.
48
+ - **Code Analysis with Robocop**: Install [Robocop](https://robocop.readthedocs.io/) for additional code analysis.
49
+ - **Code Formatting**: Format your code using Robot Framework’s built-in tools like `robot.tidy` or [Robotidy](https://robotidy.readthedocs.io/).
50
+ - **Multi-root Workspace Support**: Manage multiple Robot Framework projects with different Python environments simultaneously.
51
+ - **Customizable Settings**: Configure the extension to fit your needs.
52
+ - **RobotCode Repl and Notebooks**: Play with Robot Framework in a Jupyter Notebook-like environment.
53
+ - **And More!**: Check out the [official documentation](https://robotcode.io) for more details.
54
+
55
+
56
+ ## Requirements
57
+
58
+ - Python 3.8 or newer
59
+ - Robot Framework 4.1 or newer
60
+
61
+ ### IDE Support
62
+
63
+ - Visual Studio Code 1.86 or newer
64
+ - PyCharm 2024.3.2 or newer or IntelliJ IDEA 2024.3.2 or newer
65
+
66
+
67
+ ## Getting Started
68
+
69
+ ### Visual Studio Code
70
+
71
+ 1. **Install the RobotCode Extension**
72
+ Open the [Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=d-biehl.robotcode) and install the RobotCode extension.
73
+
74
+ 2. **Set Up Your Environment**
75
+ Configure your Robot Framework environment using the tools and commands provided by the extension or the `robot.toml` file.
76
+
77
+ 3. **Start Testing**
78
+ Begin writing and running your Robot Framework tests directly in VS Code.
79
+
80
+ 4. **Explore More**
81
+ Visit the [Getting Started Guide](https://robotcode.io/02_get_started/) for detailed setup instructions and advanced features.
82
+
83
+ **Extensions:**
84
+ RobotCode automatically installs the [Python](https://marketplace.visualstudio.com/items?itemName=ms-python.python) and the [Python Debugger](https://marketplace.visualstudio.com/items?itemName=ms-python.debugpy) extension. Additional extensions may be required depending on your project needs.
85
+
86
+
87
+ ### IntelliJ IDEA or PyCharm
88
+
89
+ 1. **Install the RobotCode Plugin**
90
+ Choose one of the following methods to install the RobotCode plugin in your IDE:
91
+
92
+ - **Install via the Built-in Plugin Marketplace**
93
+ Navigate to:
94
+ <kbd>Settings/Preferences</kbd> > <kbd>Plugins</kbd> > <kbd>Marketplace</kbd> > Search for "RobotCode" and click <kbd>Install</kbd>.
95
+
96
+ - **Use the JetBrains Marketplace**
97
+ Alternatively, install the plugin directly from the [JetBrains Marketplace](https://plugins.jetbrains.com/plugin/26216). Click the <kbd>Install to ...</kbd> button if your IDE is running.
98
+
99
+ - **Manual Installation**
100
+ Download the [latest release](https://github.com/robotcodedev/robotcode/releases/latest) and install it manually:
101
+ <kbd>Settings/Preferences</kbd> > <kbd>Plugins</kbd> > <kbd>⚙️</kbd> > <kbd>Install plugin from disk...</kbd>.
102
+
103
+ 2. **Set Up Your Environment**
104
+ Configure your Robot Framework environment using the tools and commands provided by the plugin or the `robot.toml` file.
105
+
106
+ 3. **Start Testing**
107
+ Begin developing and executing your Robot Framework tests.
108
+
109
+ 4. **Explore More**
110
+ Visit the [Getting Started Guide](https://robotcode.io/02_get_started/) for detailed setup instructions and advanced features.
111
+
112
+ **Plugins:**
113
+ RobotCode automatically installs the [LSP4IJ](https://plugins.jetbrains.com/plugin/23257). Additional plugins may be required depending on your project needs.
114
+
115
+
116
+ ## Documentation
117
+
118
+ For detailed instructions, visit our **[official documentation](https://robotcode.io)**.
119
+ Here are some additional resources to help you troubleshoot or learn more:
120
+
121
+ - **[Q&A](https://github.com/robotcodedev/robotcode/discussions/categories/q-a):** Answers to common questions about RobotCode.
122
+ - **[Troubleshooting Guide](https://robotcode.io/04_tip_and_tricks/troubleshooting):** Solutions for setup issues, performance problems, and debugging errors.
123
+ - **[Command Line Tools Reference](https://robotcode.io/03_reference/):** Comprehensive documentation on using RobotCode’s CLI tools.
124
+ - **[Changelog](https://github.com/robotcodedev/robotcode/blob/main/CHANGELOG.md):** Track changes, updates, and new features in each release.
125
+ - **[Support](https://robotcode.io/support/):** Learn how to get help and report issues.
126
+
127
+
128
+ ## License
129
+
130
+ This project is licensed under the [Apache 2.0 License](https://spdx.org/licenses/Apache-2.0.html).
131
+
132
+ ---
133
+
134
+ ## Powered by
135
+ [![JetBrains logo.](docs/images/jetbrains.png)](https://jb.gg/OpenSourceSupport)
@@ -51,9 +51,9 @@ classifiers = [
51
51
  ]
52
52
  requires-python = ">=3.8"
53
53
  dependencies = [
54
- "robotcode-core==0.106.1",
55
- "robotcode-plugin==0.106.1",
56
- "robotcode-robot==0.106.1",
54
+ "robotcode-core==0.108.0",
55
+ "robotcode-plugin==0.108.0",
56
+ "robotcode-robot==0.108.0",
57
57
  ]
58
58
  dynamic = ["version"]
59
59
 
@@ -71,24 +71,24 @@ robotcode = "robotcode.cli.__main__:main"
71
71
 
72
72
 
73
73
  [project.optional-dependencies]
74
- debugger = ["robotcode-debugger==0.106.1"]
75
- languageserver = ["robotcode-language-server==0.106.1"]
76
- runner = ["robotcode-runner==0.106.1"]
77
- analyze = ["robotcode-analyze==0.106.1"]
74
+ debugger = ["robotcode-debugger==0.108.0"]
75
+ languageserver = ["robotcode-language-server==0.108.0"]
76
+ runner = ["robotcode-runner==0.108.0"]
77
+ analyze = ["robotcode-analyze==0.108.0"]
78
78
  yaml = ["PyYAML>=5.4"]
79
79
  lint = ["robotframework-robocop>=2.0.0"]
80
80
  tidy = ["robotframework-tidy>=2.0.0"]
81
81
  rest = ["docutils"]
82
- repl = ["robotcode-repl==0.106.1"]
83
- replserver = ["robotcode-repl-server==0.106.1"]
82
+ repl = ["robotcode-repl==0.108.0"]
83
+ replserver = ["robotcode-repl-server==0.108.0"]
84
84
  colored = ["rich"]
85
85
  all = [
86
- "robotcode-debugger==0.106.1",
87
- "robotcode-language-server==0.106.1",
88
- "robotcode-runner==0.106.1",
89
- "robotcode-analyze==0.106.1",
90
- "robotcode-repl==0.106.1",
91
- "robotcode-repl-server==0.106.1",
86
+ "robotcode-debugger==0.108.0",
87
+ "robotcode-language-server==0.108.0",
88
+ "robotcode-runner==0.108.0",
89
+ "robotcode-analyze==0.108.0",
90
+ "robotcode-repl==0.108.0",
91
+ "robotcode-repl-server==0.108.0",
92
92
  "PyYAML>=5.4",
93
93
  "robotframework-robocop>=2.0.0",
94
94
  "robotframework-tidy>=2.0.0",
@@ -0,0 +1 @@
1
+ __version__ = "0.108.0"
@@ -1,77 +0,0 @@
1
-
2
- # RobotCode - Language Support for Robot Framework in Visual Studio Code
3
-
4
- [![License](https://img.shields.io/github/license/robotcodedev/robotcode?style=flat&logo=apache)](https://github.com/robotcodedev/robotcode/blob/master/LICENSE)
5
- [![Build Status](https://img.shields.io/github/actions/workflow/status/robotcodedev/robotcode/build-test-package-publish.yml?branch=main&style=flat&logo=github)](https://github.com/robotcodedev/robotcode/actions?query=workflow:build_test_package_publish)
6
-
7
- [![VS Code Marketplace](https://img.shields.io/visual-studio-marketplace/v/d-biehl.robotcode?style=flat&label=VS%20Marketplace&logo=visual-studio-code)](https://marketplace.visualstudio.com/items?itemName=d-biehl.robotcode)
8
- [![Installs](https://img.shields.io/visual-studio-marketplace/i/d-biehl.robotcode?style=flat)](https://marketplace.visualstudio.com/items?itemName=d-biehl.robotcode)
9
-
10
- [![JETBRAINS Marketplace](https://img.shields.io/jetbrains/plugin/v/26216.svg)](https://plugins.jetbrains.com/plugin/26216)
11
- [![Downloads](https://img.shields.io/jetbrains/plugin/d/26216.svg)](https://plugins.jetbrains.com/plugin/26216)
12
-
13
-
14
- [![PyPI - Version](https://img.shields.io/pypi/v/robotcode.svg?style=flat)](https://pypi.org/project/robotcode)
15
- [![Python Version](https://img.shields.io/pypi/pyversions/robotcode.svg?style=flat)](https://pypi.org/project/robotcode)
16
- [![Downloads](https://img.shields.io/pypi/dm/robotcode.svg?style=flat&label=downloads)](https://pypi.org/project/robotcode)
17
-
18
- ---
19
-
20
- **RobotCode** is a Visual Studio Code extension that enhances your workflow with [Robot Framework](https://robotframework.org/).
21
- It provides a rich set of features to help you write, run, and debug your Robot Framework tests directly within Visual Studio Code.
22
-
23
- ## Why RobotCode?
24
-
25
- **Built on Robot Framework Core**
26
- RobotCode is based on the Robot Framework Core and uses its parser, ensuring complete compatibility and consistency. This means you get the same syntax validation, error messages, and behavior as if you were running Robot Framework directly.
27
-
28
- **Powered by the Language Server Protocol**
29
- RobotCode is built on the Language Server Protocol (LSP), a modern standard for implementing language support across multiple editors and IDEs. This ensures a seamless and responsive user experience, while making it easier to maintain compatibility with evolving IDE features.
30
-
31
- **Powerful Command Line Tools**
32
- 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.
33
-
34
- ## Key Features
35
-
36
- - **Code Editing**: Enjoy code auto-completion, navigation and more.
37
- - **IntelliSense**: Get code completion suggestions for keywords, variables, and more.
38
- - **Refactoring**: Rename variables, keywords, arguments and more with ease and project wide.
39
- - **Enhanced Syntax Highlighting**: Easily identify and read your Robot Framework code with support highlight embedded arguments, python expressions, environment variables with default values, and more.
40
- - **Code Snippets**: Quickly insert common Robot Framework code snippets.
41
- - **Test Discovery**: Discover and run Robot Framework test cases directly within VS Code.
42
- - **Test Execution**: Execute Robot Framework test cases and suites directly within VS Code.
43
- - **Test Reports**: View test reports directly within VS Code.
44
- - **Debugging**: Debug your Robot Framework tests with ease.
45
- - **Command Line Tools**: A wide array of tools to assist in setting up and managing Robot Framework environments.
46
- - **Code Analysis with Robocop**: Install [Robocop](https://robocop.readthedocs.io/) for additional code analysis.
47
- - **Code Formatting**: Format your code using Robot Framework’s built-in tools like `robot.tidy` or [Robotidy](https://robotidy.readthedocs.io/).
48
- - **Multi-root Workspace Support**: Manage multiple Robot Framework projects with different Python environments simultaneously.
49
- - **Customizable Settings**: Configure the extension to fit your needs.
50
- - **RobotCode Repl and Notebooks**: Play with Robot Framework in a Jupyter Notebook-like environment.
51
- - **And More!**: Check out the [official documentation](https://robotcode.io) for more details.
52
-
53
- ## Requirements
54
-
55
- - Python 3.8 or newer
56
- - Robot Framework 4.1 or newer
57
- - Visual Studio Code 1.86 or newer
58
-
59
- ## Getting Started
60
-
61
- 1. Install the [RobotCode extension](https://marketplace.visualstudio.com/items?itemName=d-biehl.robotcode) from the Visual Studio Marketplace.
62
- 2. Configure your Robot Framework environment with the command-line tools provided by the extension.
63
- 3. Start writing and running your Robot Framework tests!
64
-
65
- For a more detailed guide, check out the [Let's get started](https://robotcode.io/02_get_started/) Guide on the [RobotCode](https://robotcode.io) website.
66
-
67
- ## Extensions
68
-
69
- RobotCode automatically installs the [Python](https://marketplace.visualstudio.com/items?itemName=ms-python.python) and the [Python Debugger](https://marketplace.visualstudio.com/items?itemName=ms-python.debugpy) extension. Additional extensions may be required depending on your project needs.
70
-
71
- ## Documentation
72
-
73
- For more details on installation, setup, and usage, refer to the [official RobotCode documentation](https://robotcode.io).
74
-
75
- ## License
76
-
77
- This project is licensed under the [Apache 2.0 License](https://spdx.org/licenses/Apache-2.0.html).
@@ -1 +0,0 @@
1
- __version__ = "0.106.1"
File without changes
File without changes
File without changes