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.

enter image description here

so question is, how pycharm use less horizontal space?

i've searched settings , google, couldn't find how following

  1. the buttons terminal (+, x) should in header (or remove button bar altogether).
  2. the divider bar between terminal , editor doesn't have 2 characters wide.
  3. the space between line numbers , editor reduced or removed (break points sit on top of line numbers).
  4. 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:

enter image description here

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 space

  • hidden 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 @ least terminal (as run , 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

Popular posts from this blog

java - nested exception is org.hibernate.exception.SQLGrammarException: could not extract ResultSet Hibernate+SpringMVC -

sql - Postgresql tables exists, but getting "relation does not exist" when querying -

asp.net mvc - breakpoint on javascript in CSHTML? -