Skip to content

Visual Studio Code extensions

  • Beautify
  • Dark+ Material
  • ElixirLS: Elixir support and debugger
  • ES7 React/Redux/GraphQL/React-Native snippets
  • GitLens
  • Markdown All in One
  • markdown image paste
  • Material Icon Theme
  • Paste Image
  • PHP Inteliphense
  • PHP IntelliSense
  • PHP Namespace Resolver
  • Python
  • Settings Sync
  • SQL Formatter
  • Vetur
  • Vim
  • VS DocBlockr
  • vscode-elixir
  • vscode-elixir-formatter

Settings

{
    "window.zoomLevel": 0,
    "breadcrumbs.enabled": true,
    "editor.fontSize": 12,
    "workbench.statusBar.feedback.visible": false,
    "telemetry.enableTelemetry": false,
    "telemetry.enableCrashReporter": false,
    "workbench.iconTheme": "material-icon-theme",
    "workbench.colorTheme": "Dark+ Material",
    "php.validate.executablePath": "/usr/bin/php",
    "php.executablePath": "/usr/bin/php",
    "workbench.sideBar.location": "left",
    "workbench.startupEditor": "newUntitledFile"
}