User Tools

Site Tools


Action disabled: source
software:visual-studio-code:start

Visual Studio Code

User Settings

The following are the user settings to be saved in $HOME/.config/Code/User/settings.json that can be edited typing the command (Ctrl+Shift+P) Preferences: Open User Settings (JSON):

{
    "editor.rulers": [80, 120],
    "php.validate.executablePath": "/opt/lampp/bin/php",
    "php.executablePath": "/opt/lampp/bin/php",
    "php.suggest.basic": false,
    "editor.renderWhitespace": "all",
    "files.trimFinalNewlines": true,
    "files.trimTrailingWhitespace": true,
    "terminal.integrated.cursorBlinking": true,
    "workbench.startupEditor": "newUntitledFile",
    "git.confirmSync": false,
    "workbench.colorTheme": "Default Light+",
    "window.titleBarStyle": "native",
    "editor.detectIndentation": false,
    "editor.minimap.enabled": false,
    "workbench.editor.enablePreview": false,
    "diffEditor.ignoreTrimWhitespace": true,
    "workbench.panel.defaultLocation": "right",
    "outline.showVariables": false,
    "breadcrumbs.symbolSortOrder": "position",
    "http.proxySupport": "fallback"
}

From Extensions, install these packages:

  • PHP-Debug
  • PHP IntelliSense
  • Python

Further, the following packages must be installed:

  • python3-pip
  • python-flake8
  • python3-flake8
software/visual-studio-code/start.txt · Last modified: 2023/12/03 12:13 by tormec