ssbarnea
- 活动总数 33
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 13
-
创建于 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... -
创建于 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... -
创建于 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 ... -
创建于 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 ... -
创建于 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...