-
-
Notifications
You must be signed in to change notification settings - Fork 590
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Integration with PyCharm #258
Comments
I'm interested in this as well. |
Want to support PyCharm. |
Super interested in this! |
awesome, thanks a lot for solution! |
It does not work correctly if isort placed somewhere outside of project, i.e. ~/.virtualenvs/* |
This can then be nicely versioned and everybody in your team is on the same page. :-) From inside pycharm, I'm then invoking
Looking at the code, it treats all packages as third-party that have either |
+1 for the trick with settings |
Thanks for |
As of #434, you can now also simply pass |
No longer needed, Pycharm does this itself now :) |
@teeberg Update the solution with the description for "Output Filters setup" for console clickable links |
@Skyross my console output only shows:
which part of that do you want to make clickable? |
@teeberg In a case of having any errors in sorting. You will get some output with file paths if you run without automatic reformatting. If you running any |
@Skyross I'm not sure if you're asking how to do that or if you're asking me to include those instructions in the guide above. If the former, adding this output filter did it for me: |
I was unable to set it up like that, because PyCharm kept running isort external tool without proper paths to virtual environment. I needed to hardcode the path (think Without it, isort as ran by PyCharm was unable to If anybody got a cleaner solution, help welcome. |
If I set up isort as an external tool it seems to be a general setting for PyCharm that is used across all projects I'm working on. |
Is it possible to integrate isort features to PyCharm ?
The text was updated successfully, but these errors were encountered: