sublimelsp / LSP-pylsp

Convenience package for the Python Language Server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The prompt of ruff is too far away from the code. Can it follow the code?

maryjeck opened this issue · comments

You can assign a key binding to open code actions. Check lsp_code_actions key binding in Preferences: LSP Key Bindings in the command palette.

Alternatively if you want to use the mouse then hover over the red underline and you'll get an option there too.

And there is also an option to show bulb icon in the gutter (`"show_code_actions": "bulb" in LSP settings).