Skip to content

Intentions

Fix all#

This intention is always available, given that the running mode is set to Command line.

This is equivalent to running ruff check --fix with the file as input.

Organize imports#

This intention is always available, given that the running mode is set to Command line.

It sorts the imports of the file, but does not remove those unused, unlike Optimize imports.

This is equivalent to running ruff check --fix select I with the file as input.