robotcode 0.107.0__tar.gz → 0.108.1__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.
- {robotcode-0.107.0 → robotcode-0.108.1}/.gitignore +34 -0
- {robotcode-0.107.0 → robotcode-0.108.1}/CHANGELOG.md +27 -0
- {robotcode-0.107.0 → robotcode-0.108.1}/PKG-INFO +95 -37
- robotcode-0.108.1/README.md +135 -0
- {robotcode-0.107.0 → robotcode-0.108.1}/pyproject.toml +15 -15
- robotcode-0.108.1/src/robotcode/cli/__version__.py +1 -0
- robotcode-0.107.0/README.md +0 -77
- robotcode-0.107.0/src/robotcode/cli/__version__.py +0 -1
- {robotcode-0.107.0 → robotcode-0.108.1}/LICENSE.txt +0 -0
- {robotcode-0.107.0 → robotcode-0.108.1}/hatch.toml +1 -1
- {robotcode-0.107.0 → robotcode-0.108.1}/src/robotcode/cli/__init__.py +0 -0
- {robotcode-0.107.0 → robotcode-0.108.1}/src/robotcode/cli/__main__.py +0 -0
- {robotcode-0.107.0 → robotcode-0.108.1}/src/robotcode/cli/commands/__init__.py +0 -0
- {robotcode-0.107.0 → robotcode-0.108.1}/src/robotcode/cli/commands/config.py +0 -0
- {robotcode-0.107.0 → robotcode-0.108.1}/src/robotcode/cli/commands/profiles.py +0 -0
- {robotcode-0.107.0 → robotcode-0.108.1}/src/robotcode/cli/py.typed +0 -0
@@ -1,3 +1,37 @@
|
|
1
|
+
# Created by https://www.toptal.com/developers/gitignore/api/macos
|
2
|
+
# Edit at https://www.toptal.com/developers/gitignore?templates=macos
|
3
|
+
|
4
|
+
### macOS ###
|
5
|
+
# General
|
6
|
+
.DS_Store
|
7
|
+
.AppleDouble
|
8
|
+
.LSOverride
|
9
|
+
|
10
|
+
# Thumbnails
|
11
|
+
._*
|
12
|
+
|
13
|
+
# Files that might appear in the root of a volume
|
14
|
+
.DocumentRevisions-V100
|
15
|
+
.fseventsd
|
16
|
+
.Spotlight-V100
|
17
|
+
.TemporaryItems
|
18
|
+
.Trashes
|
19
|
+
.VolumeIcon.icns
|
20
|
+
.com.apple.timemachine.donotpresent
|
21
|
+
|
22
|
+
# Directories potentially created on remote AFP share
|
23
|
+
.AppleDB
|
24
|
+
.AppleDesktop
|
25
|
+
Network Trash Folder
|
26
|
+
Temporary Items
|
27
|
+
.apdisk
|
28
|
+
|
29
|
+
### macOS Patch ###
|
30
|
+
# iCloud generated files
|
31
|
+
*.icloud
|
32
|
+
|
33
|
+
# End of https://www.toptal.com/developers/gitignore/api/macos
|
34
|
+
|
1
35
|
# Byte-compiled / optimized / DLL files
|
2
36
|
__pycache__/
|
3
37
|
*.py[cod]
|
@@ -2,6 +2,33 @@
|
|
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.1](https://github.com/robotcodedev/robotcode/compare/v0.108.0..v0.108.1) - 2025-02-03
|
6
|
+
|
7
|
+
### Bug Fixes
|
8
|
+
|
9
|
+
- **intellij:** Make comparing testitem uri's platform independend ([f597624](https://github.com/robotcodedev/robotcode/commit/f597624c6063410ba7f5afcc09a77c770636fd57))
|
10
|
+
- **langserver:** Cache to_markdown methods ([39e509e](https://github.com/robotcodedev/robotcode/commit/39e509eb03ba01ae2b1fbce021640c2b76f8f1e6))
|
11
|
+
- **langserver:** Only send complete documentation when resolving completion items for typed dicts and enums ([498af3c](https://github.com/robotcodedev/robotcode/commit/498af3c9845c181c0541bd21ae7b19bf6f137db4))
|
12
|
+
|
13
|
+
|
14
|
+
## [0.108.0](https://github.com/robotcodedev/robotcode/compare/v0.107.0..v0.108.0) - 2025-01-22
|
15
|
+
|
16
|
+
### Bug Fixes
|
17
|
+
|
18
|
+
- **debugger:** Corrected evaluating/executing keywords for RF 7.2 ([df92ad4](https://github.com/robotcodedev/robotcode/commit/df92ad4e6910de9556e6c20148489ab42ed06a93))
|
19
|
+
|
20
|
+
|
21
|
+
### Documentation
|
22
|
+
|
23
|
+
- Redesign the README and some docs and added `powered by IntelliJ` to README and docs ([db5ec53](https://github.com/robotcodedev/robotcode/commit/db5ec5378dbeee82c24a62bf4a22c32e8bc89e36))
|
24
|
+
- Change svgs in README to pngs ([434307c](https://github.com/robotcodedev/robotcode/commit/434307c2e042bed06a159983e5052e0961d05f86))
|
25
|
+
|
26
|
+
|
27
|
+
### Features
|
28
|
+
|
29
|
+
- **intellij:** Add clear cache and restart actions for language server ([2f04e9a](https://github.com/robotcodedev/robotcode/commit/2f04e9aa3116c5bdb7ac3826c6433b04c8c5077b))
|
30
|
+
|
31
|
+
|
5
32
|
## [0.107.0](https://github.com/robotcodedev/robotcode/compare/v0.106.1..v0.107.0) - 2025-01-21
|
6
33
|
|
7
34
|
### Bug Fixes
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: robotcode
|
3
|
-
Version: 0.
|
3
|
+
Version: 0.108.1
|
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.
|
38
|
-
Requires-Dist: robotcode-plugin==0.
|
39
|
-
Requires-Dist: robotcode-robot==0.
|
37
|
+
Requires-Dist: robotcode-core==0.108.1
|
38
|
+
Requires-Dist: robotcode-plugin==0.108.1
|
39
|
+
Requires-Dist: robotcode-robot==0.108.1
|
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.
|
45
|
-
Requires-Dist: robotcode-debugger==0.
|
46
|
-
Requires-Dist: robotcode-language-server==0.
|
47
|
-
Requires-Dist: robotcode-repl-server==0.
|
48
|
-
Requires-Dist: robotcode-repl==0.
|
49
|
-
Requires-Dist: robotcode-runner==0.
|
44
|
+
Requires-Dist: robotcode-analyze==0.108.1; extra == 'all'
|
45
|
+
Requires-Dist: robotcode-debugger==0.108.1; extra == 'all'
|
46
|
+
Requires-Dist: robotcode-language-server==0.108.1; extra == 'all'
|
47
|
+
Requires-Dist: robotcode-repl-server==0.108.1; extra == 'all'
|
48
|
+
Requires-Dist: robotcode-repl==0.108.1; extra == 'all'
|
49
|
+
Requires-Dist: robotcode-runner==0.108.1; 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.
|
53
|
+
Requires-Dist: robotcode-analyze==0.108.1; 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.
|
57
|
+
Requires-Dist: robotcode-debugger==0.108.1; extra == 'debugger'
|
58
58
|
Provides-Extra: languageserver
|
59
|
-
Requires-Dist: robotcode-language-server==0.
|
59
|
+
Requires-Dist: robotcode-language-server==0.108.1; 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.
|
63
|
+
Requires-Dist: robotcode-repl==0.108.1; extra == 'repl'
|
64
64
|
Provides-Extra: replserver
|
65
|
-
Requires-Dist: robotcode-repl-server==0.
|
65
|
+
Requires-Dist: robotcode-repl-server==0.108.1; 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.
|
69
|
+
Requires-Dist: robotcode-runner==0.108.1; 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
|
[](https://github.com/robotcodedev/robotcode/blob/master/LICENSE)
|
80
79
|
[](https://github.com/robotcodedev/robotcode/actions?query=workflow:build_test_package_publish)
|
81
|
-
|
82
80
|
[](https://marketplace.visualstudio.com/items?itemName=d-biehl.robotcode)
|
83
81
|
[](https://marketplace.visualstudio.com/items?itemName=d-biehl.robotcode)
|
84
|
-
|
85
82
|
[](https://plugins.jetbrains.com/plugin/26216)
|
86
83
|
[](https://plugins.jetbrains.com/plugin/26216)
|
87
|
-
|
88
|
-
|
89
84
|
[](https://pypi.org/project/robotcode)
|
90
85
|
[](https://pypi.org/project/robotcode)
|
91
86
|
[](https://pypi.org/project/robotcode)
|
92
87
|
|
93
88
|
---
|
94
89
|
|
95
|
-
|
96
|
-
|
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
|
-
|
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
|
-
**
|
101
|
-
RobotCode
|
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
|
-
**
|
104
|
-
|
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
|
-
|
137
|
-
|
138
|
-
|
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
|
-
|
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
|
-
|
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
|
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
|
+
[](https://jb.gg/OpenSourceSupport)
|
@@ -0,0 +1,135 @@
|
|
1
|
+
# RobotCode - The Ultimate Robot Framework Toolset
|
2
|
+
|
3
|
+
[](https://github.com/robotcodedev/robotcode/blob/master/LICENSE)
|
4
|
+
[](https://github.com/robotcodedev/robotcode/actions?query=workflow:build_test_package_publish)
|
5
|
+
[](https://marketplace.visualstudio.com/items?itemName=d-biehl.robotcode)
|
6
|
+
[](https://marketplace.visualstudio.com/items?itemName=d-biehl.robotcode)
|
7
|
+
[](https://plugins.jetbrains.com/plugin/26216)
|
8
|
+
[](https://plugins.jetbrains.com/plugin/26216)
|
9
|
+
[](https://pypi.org/project/robotcode)
|
10
|
+
[](https://pypi.org/project/robotcode)
|
11
|
+
[](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
|
+
[](https://jb.gg/OpenSourceSupport)
|
@@ -51,9 +51,9 @@ classifiers = [
|
|
51
51
|
]
|
52
52
|
requires-python = ">=3.8"
|
53
53
|
dependencies = [
|
54
|
-
"robotcode-core==0.
|
55
|
-
"robotcode-plugin==0.
|
56
|
-
"robotcode-robot==0.
|
54
|
+
"robotcode-core==0.108.1",
|
55
|
+
"robotcode-plugin==0.108.1",
|
56
|
+
"robotcode-robot==0.108.1",
|
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.
|
75
|
-
languageserver = ["robotcode-language-server==0.
|
76
|
-
runner = ["robotcode-runner==0.
|
77
|
-
analyze = ["robotcode-analyze==0.
|
74
|
+
debugger = ["robotcode-debugger==0.108.1"]
|
75
|
+
languageserver = ["robotcode-language-server==0.108.1"]
|
76
|
+
runner = ["robotcode-runner==0.108.1"]
|
77
|
+
analyze = ["robotcode-analyze==0.108.1"]
|
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.
|
83
|
-
replserver = ["robotcode-repl-server==0.
|
82
|
+
repl = ["robotcode-repl==0.108.1"]
|
83
|
+
replserver = ["robotcode-repl-server==0.108.1"]
|
84
84
|
colored = ["rich"]
|
85
85
|
all = [
|
86
|
-
"robotcode-debugger==0.
|
87
|
-
"robotcode-language-server==0.
|
88
|
-
"robotcode-runner==0.
|
89
|
-
"robotcode-analyze==0.
|
90
|
-
"robotcode-repl==0.
|
91
|
-
"robotcode-repl-server==0.
|
86
|
+
"robotcode-debugger==0.108.1",
|
87
|
+
"robotcode-language-server==0.108.1",
|
88
|
+
"robotcode-runner==0.108.1",
|
89
|
+
"robotcode-analyze==0.108.1",
|
90
|
+
"robotcode-repl==0.108.1",
|
91
|
+
"robotcode-repl-server==0.108.1",
|
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.1"
|
robotcode-0.107.0/README.md
DELETED
@@ -1,77 +0,0 @@
|
|
1
|
-
|
2
|
-
# RobotCode - Language Support for Robot Framework in Visual Studio Code
|
3
|
-
|
4
|
-
[](https://github.com/robotcodedev/robotcode/blob/master/LICENSE)
|
5
|
-
[](https://github.com/robotcodedev/robotcode/actions?query=workflow:build_test_package_publish)
|
6
|
-
|
7
|
-
[](https://marketplace.visualstudio.com/items?itemName=d-biehl.robotcode)
|
8
|
-
[](https://marketplace.visualstudio.com/items?itemName=d-biehl.robotcode)
|
9
|
-
|
10
|
-
[](https://plugins.jetbrains.com/plugin/26216)
|
11
|
-
[](https://plugins.jetbrains.com/plugin/26216)
|
12
|
-
|
13
|
-
|
14
|
-
[](https://pypi.org/project/robotcode)
|
15
|
-
[](https://pypi.org/project/robotcode)
|
16
|
-
[](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.107.0"
|
File without changes
|
@@ -38,7 +38,6 @@ cov = "pytest --cov-report=term-missing --cov-config=pyproject.toml --cov=robotc
|
|
38
38
|
no-cov = "cov --no-cov {args}"
|
39
39
|
test = "pytest {args}"
|
40
40
|
test-reset = "pytest --regtest2-reset {args}"
|
41
|
-
install-bundled-editable = "python ./scripts/install_bundled_editable.py"
|
42
41
|
create-json-schema = "python ./scripts/create_robot_toml_json_schema.py"
|
43
42
|
generate-rf-options = "python ./scripts/generate_rf_options.py"
|
44
43
|
install-packages = "python ./scripts/install_packages.py"
|
@@ -177,3 +176,4 @@ publish = ["python scripts/publish.py"]
|
|
177
176
|
extract-release-notes = ["python scripts/extract_release_notes.py"]
|
178
177
|
is-prerelease = ["python scripts/is_prerelease.py"]
|
179
178
|
bump = ["cz bump"]
|
179
|
+
install-bundled-editable = "python ./scripts/install_bundled_editable.py"
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|