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: README.md
+3-1
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,9 @@ See [documentation](https://koxudaxi.github.io/ruff-pycharm-plugin/) for more de
26
26
-[x] Support `ruff` config file path as an option
27
27
-[x] Detect `ruff` executable in Conda environment
28
28
-[x] Detect `ruff` executable in WSL
29
-
-[x] Support `ruff-lsp` with [LSP integration](https://blog.jetbrains.com/platform/2023/07/lsp-for-plugin-developers/) for PyCharm Pro/IDEA Ultimate [Experimental]
29
+
-[x] Support the Ruff LSP with [LSP integration](https://blog.jetbrains.com/platform/2023/07/lsp-for-plugin-developers/) for PyCharm Pro/IDEA Ultimate [Experimental]
30
+
-[x]`ruff-lsp` integration
31
+
-[x]`ruff server` integration
30
32
-[x] Live Config Reload: Automatically updates from `pyproject.toml` and `ruff.toml` without restarting
31
33
-[x] Support `ruff format` for ruff version `0.0.289` or later [Experimental]
Copy file name to clipboardexpand all lines: docs/index.md
+3-1
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,9 @@ See [documentation](https://koxudaxi.github.io/ruff-pycharm-plugin/) for more de
58
58
-[x] Support `ruff` config file path as an option
59
59
-[x] Detect `ruff` executable in Conda environment
60
60
-[x] Detect `ruff` executable in WSL
61
-
-[x] Support `ruff-lsp` with [LSP integration](https://blog.jetbrains.com/platform/2023/07/lsp-for-plugin-developers/) for PyCharm Pro/IDEA Ultimate [Experimental]
61
+
-[x] Support the Ruff LSP with [LSP integration](https://blog.jetbrains.com/platform/2023/07/lsp-for-plugin-developers/) for PyCharm Pro/IDEA Ultimate [Experimental]
62
+
-[x]`ruff-lsp` integration
63
+
-[x]`ruff server` integration
62
64
-[x] Live Config Reload: Automatically updates from `pyproject.toml` and `ruff.toml` without restarting
63
65
-[x] Support `ruff format` for ruff version `0.0.289` or later [Experimental]
0 commit comments