v0.1.0-alpha-8
Pre-release
Pre-release
·
20 commits
to master
since this release
For users
See the documentation for more information.
Latest tool versions at the time of release:
Added
- Previously, pressing Enter in the middle of a script metadata block
would break it, causing the code to no longer being highlighted as TOML.
Now, doing so will insert a new empty comment. - When a rule selector in a TOML configuration file is hovered,
RyeCharm will now display a popup showing all rules matching that selector. - It is now possible to fix all violations of the same code using a quick fix.
Changed
- Code actions provided by RyeCharm are now ordered,
with Ruff violation fixes being at the top of the code action popup.
Fixed
- Previously, the documentation for a rule would not be shown
if both its code and the cursor were placed at the very end of a comment.
This has been fixed.
For contributors
Dependencies
- LSP4IJ: 0.9.0 → 0.10.0