Disable indication of cursor position ("MyClass aMethod()")
已回答
The editor in my new PyCharm shows where my cursor is currently placed: At the top of the editor path, there's a line indicating that the cursor is in "MyClass aMethod()".
This just consumes up screen space and I think it's generally bad coding stlye to have methods that are so long that you need this feature...
How can I disable it?
请先登录再写评论。
Please, disable the option
Settings(Preferences for OS X)| Editor| General| Appearance| Show breadcrumbs. Does it help?Yes, it helps.
Maybe the option should be renamed in future releases. While the term "breadcrumb" may be very well known among people creating all sorts of UIs and front ends, I never heard it in 10+ years of software development. So I actually went over this option, but didn't realize what it means. "Show breadcrums indicating cursor position" would be more informative and concise.