Kkinder
- 活动总数 52
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 22
-
创建于 Disable inspection for certain patterns?
I see that you can disable inspection for a file, class, or function. But why not for a certain pattern, project-wide? I'm mostly thinking of things that are added to the Python global spaces throu... -
创建于 Any way to force a refresh of external libraries on a remote interpreter?
已回答Certainly I'm not the only one who's encountered this.I have a remote interpreter (ssh), which is also the project interpreter, filled in from deployment settings. I upgraded one of the libraries o... -
创建于 Some unwise keyboard shortcuts on Linux
So over time, I've had to reassign a number of PyCharm's shortcuts. These are in the default Linux install, but conflict with a lot of Linux desktop shortcuts. Alt+F2 shows an HTML file in the bro... -
创建于 When using Mercurial annotations, the Show Diff menu option is missing
So I was trying to figure out how to actually get a full diff from the hg annotations provided in PyCharm, and I looked at the help page:http://www.jetbrains.com/pycharm/webhelp/working-with-annota... -
创建于 Sublime Text style file preview scrollbar
I'd really like PyCharm to implement a great feature from Sublime Text: On the right hand scrollbar, it shows you a zoomed-out preview of your whole document, so you can visually page through it. Q... -
创建于 Multi-line search and replace
Does PyCharm have multi-line search and replace functionality? I can't seem to find it or figure out how to do that. -
创建于 Random idea: Classes and methods in the breadcrumbs
I like PyCharm's breadcrumbs for file hiearchy. Any thoughts on extending it to methods and classes? Seems easier to navigate than the Project browser. -
创建于 Organizing imports
I'm thinking of writing a plugin for this, though unfortunately it looks like Pythons are written in Java. Though that shouldn't be surprising.Anyway, I'd like something that organizes imports at t... -
创建于 Recommend disabling "Boolean variable check can be simplified"
A long-time Pylint user, I've been enjoying PyCharm's inspections. I particularly like PyCharm's inspections for HTML, where I carelessly leave open tags or refactor one, but fail to close the othe... -
创建于 Enabling tag tree highlighting and Django
Is it just me, or is the Tag Tree Highlighting feature not enabled when you have Django templates enabled?