Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace Sublime Text with Visual Studio Code #22

Open
bramus opened this issue Apr 23, 2020 · 1 comment
Open

Replace Sublime Text with Visual Studio Code #22

bramus opened this issue Apr 23, 2020 · 1 comment

Comments

@bramus
Copy link
Owner

bramus commented Apr 23, 2020

I've switched from Sublime Text to Visual Studio Code, yet this isn't reflected in this repo.

Currently installed plugins:

  • PHP IntelliSense (felixfbecker.php-intellisense)

  • Prettier - Code Formatter (esbenp.prettier-vscode)

  • ESLint (dbaeumer.vscode-eslint)

  • Twig Language 2 (mblode.twig-language-2)

  • PHP CS Fixer (junstyle.php-cs-fixer)

  • ES7 React/Redux/GraphQL/React Native Snippets (dsznajder.es7-react-js-snippets)

  • Language Stylus (sysoev.language-stylus)

  • Markdown Converter (manuth.markdown-converter)

  • Markdown Preview Github Styling (bierner.markdown-preview-github-styles)

  • Python (ms-python.python)

  • Svg Preview (simonsiefke.svg-preview)

  • TSLint (ms-vscode.vscode-typescript-tslint-plugin)

  • Docker (ms-azuretools.vscode-docker)

  • Terraform (mauve.terraform)

  • React Native Tools (msjsdiag.vscode-react-native)

Current Config:

{
    "editor.fontSize": 14,
    "diffEditor.renderSideBySide": false,
    "window.zoomLevel": 0,
    "workbench.tree.indent": 18,
    "workbench.tree.renderIndentGuides": "always",
    "javascript.updateImportsOnFileMove.enabled": "always",
    "[json]": {
        "editor.defaultFormatter": "vscode.json-language-features"
    },
    "[javascript]": {
        "editor.formatOnSave": false,
        "editor.defaultFormatter": "esbenp.prettier-vscode"
    },
    "markdownConverter.ConversionType": [
        "HTML"
    ],
    "python.jediEnabled": false,
    "[html]": {
        "editor.defaultFormatter": "esbenp.prettier-vscode"
    },
    "terminal.integrated.rendererType": "experimentalWebgl",
    "terminal.integrated.shell.osx": "/bin/bash",
    "terraform.indexing": {
        "enabled": false,
        "liveIndexing": false,
        "delay": 500,
        "exclude": [
            ".terraform/**/*",
            "**/.terraform/**/*"
        ]
    },
    "terraform.languageServer": {
        "enabled": true,
        "args": []
    },
    "editor.autoIndent": "advanced",
    "php-cs-fixer.executablePath": "${extensionPath}/php-cs-fixer.phar",
    "php-cs-fixer.lastDownload": 1587112410241,
    "workbench.iconTheme": "vscode-icons",
    "git.autofetch": true,
    "git.confirmSync": false
}
@bramus
Copy link
Owner Author

bramus commented Dec 3, 2021

Partially implemented by installing it + using duti to have it open certain files (e.g. .md files). No config yet, though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant