ssbarnea
- Total activity 33
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 13
-
Created How to prevent reformatting from messing with tox.ini files?
Due to https://youtrack.jetbrains.com/issue/WI-19794 bug now your tox.ini files would be messed on any reformatting. Is there a way to prevent this from happening? like adding exceptions/ignores fo... -
Created How do I enable code coverage for Python on PyCharm or IntelliJ IDEA 12
I do not see any code coverage reports on IntellIJ IDEA with Python plugin.I am able to run the tests with the test command but still I do not see any coverage reports I tried with both: use intern... -
Created How to improve PyCharm code completion (auto-complete)?
When you are working with a huge project, especially when it wasn't developed by you, code completion is an essential productivity tool, one that can save you many hours of searching inside source ... -
Created How to find out why auto-complete doesn't work in some cases?
I would like to find out why autocomplete stop working in some cases. I encounter this issue on both 1.5 and 2.0 EAP.By example: when writing something like AAA.BBB.method the methods from BBB are ... -
Created How to detect if a Python script is executed from inside IDEA/PyCharm ?
Recently IDEA/PyCharm added support of ANSI escape codes in the console. Still this does not mean that scripts will always be able to use coloring.Here is the problem: normally a script is supposed...