Skip to content

urm8/IsortConnect

Repository files navigation

IsortConnect

Build Version Downloads

ToDo list

This plugin uses isortd to sort your imports, reusing your project's pyproject.toml config. Connect to isortd and format your Python code without overhead of starting a new isort process on each file save/commit by making http call to running isort daemon

Features supported:

  • import pyproject.toml
  • format on save
  • format on action trigger

Installation

  • Using IDE built-in plugin system:

    Preferences > Plugins > Marketplace > Search for "IsortConnect" > Install Plugin

  • Manually:

    Download the latest release and install it manually using Preferences > Plugins > ⚙️ > Install plugin from disk...


Plugin based on the IntelliJ Platform Plugin Template.