Python Forum
VS-Code - Maximizing Horizontal Space For Editor
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
VS-Code - Maximizing Horizontal Space For Editor
#5
(Oct-07-2019, 05:45 AM)buran Wrote: collapsing Explorer, probably hiding activity bar and mini map and going into Full screen mode would yield more real estate than the zen mode

The screen shot submitted in my previous post represents maximized state of editor window, after taking all the steps recommended by you.

It would be seen that centrally placed editor window is narrower than the blue colored task bar (seen at bottom), leaving unused blank space on either side.

Contents of settings.json file are placed below, for ready reference:

{
    "workbench.colorTheme": "Visual Studio Light",
    "editor.fontSize": 18,
    "editor.fontFamily": "Fira Code",
    "editor.wordWrap": "on",
    "editor.autoClosingBrackets": "never",
    "editor.autoClosingQuotes": "never",
    "editor.defaultFormatter": "ms-python.python",
    "editor.mouseWheelZoom": true,
    "editor.wrappingIndent": "indent",
    "editor.formatOnType": true,
    "editor.minimap.enabled": false,
    "files.insertFinalNewline": true,
    "files.trimFinalNewlines": true,
    "files.trimTrailingWhitespace": true,
    "workbench.activityBar.visible": false,
    "breadcrumbs.enabled": false,
    "zenMode.hideLineNumbers": false,
    "python.jediEnabled": false,
    "python.linting.lintOnSave": false,
    "editor.suggestSelection": "first",
    "vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
    "zenMode.restore": true,
    "terminal.integrated.shell.windows": "C:\\WINDOWS\\System32\\cmd.exe",
    "terminal.integrated.rendererType": "dom",
    "terminal.integrated.cursorBlinking": true,
    "terminal.integrated.cursorStyle": "line",
    "terminal.integrated.fontSize": 18,
    "terminal.integrated.fontFamily": "Times New Roman",
    "terminal.integrated.rightClickBehavior": "default",
    "window.zoomLevel": 1,
    "code-runner.clearPreviousOutput": true,
    "code-runner.defaultLanguage": "python",
    "code-runner.runInTerminal": false,
    "code-runner.preserveFocus": false,
    "window.autoDetectHighContrast": false,
    "window.restoreFullscreen": true,
    "window.restoreWindows": "none",
    "window.newWindowDimensions": "maximized",
    "window.openFilesInNewWindow":"off",
    "window.openFoldersInNewWindow":"off",
    "terminal.explorerKind":"integrated",
    "kite.showWelcomeNotificationOnStartup": false,
    "python.pythonPath": "C:\\Program Files\\Python37\\python.exe",
    "workbench.editor.enablePreview":false,
    "workbench.editor.enablePreviewFromQuickOpen":false
}
A.D.Tejpal
Reply


Messages In This Thread
RE: VS-Code - Maximizing Horizontal Space For Editor - by adt - Oct-07-2019, 06:23 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Looking for editor with drag & drop interface vs entering in individual lines of code yeto 1 1,999 Jul-17-2019, 05:24 PM
Last Post: Yoriz
  VS Code editor questions Larz60+ 10 5,916 Jun-04-2018, 09:19 AM
Last Post: Larz60+
  VS Code Editor snippsat 2 6,461 Aug-22-2017, 09:08 PM
Last Post: nilamo

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020