PyCharm: How to reduce horizontal use of space -
i set pycharm have terminal, code editor , structure view side side maximize vertical space each. makes sense since each of isn't wide, , screens wide these days. on laptop, i'm kind of running out of horizontal space, when code uses 115 text columns. see lot of 'wasted' space.
so question is, how pycharm use less horizontal space?
i've searched settings , google, couldn't find how following
- the buttons terminal (+, x) should in header (or remove button bar altogether).
- the divider bar between terminal , editor doesn't have 2 characters wide.
- the space between line numbers , editor reduced or removed (break points sit on top of line numbers).
- the structure view doesn't need have root entry filename, children , being indented. 5.) structure view uses lot of unnecessary indentation.
thanks help.
for #1 right-click on terminal's top bar or toolbar tab (works tool) , you'll popup menu in can de-select show toolbar
option:
all tools can show in left/right sidebars can be:
moved bottom toolbar (using
move to
options in above-mentioned popup menu), chewing vertical space instead of horizontal spacehidden when not used (by simple click on tools' toolbar tab), remaining displayed panes automatically extended fill horizontal space
completely decoupled in separate, independent windows selecting
windowed mode
in above-mentioned popup menu. personal preference @ leastterminal
(asrun
,inspect
) windows, need them in same window code. check out other modes or combinations well, maybe looks better you.
finally, might view
-> enter distraction free mode
option :)
Comments
Post a Comment