We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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)
felixfbecker.php-intellisense
Prettier - Code Formatter (esbenp.prettier-vscode)
esbenp.prettier-vscode
ESLint (dbaeumer.vscode-eslint)
dbaeumer.vscode-eslint
Twig Language 2 (mblode.twig-language-2)
mblode.twig-language-2
PHP CS Fixer (junstyle.php-cs-fixer)
junstyle.php-cs-fixer
ES7 React/Redux/GraphQL/React Native Snippets (dsznajder.es7-react-js-snippets)
dsznajder.es7-react-js-snippets
Language Stylus (sysoev.language-stylus)
sysoev.language-stylus
Markdown Converter (manuth.markdown-converter)
manuth.markdown-converter
Markdown Preview Github Styling (bierner.markdown-preview-github-styles)
bierner.markdown-preview-github-styles
Python (ms-python.python)
ms-python.python
Svg Preview (simonsiefke.svg-preview)
simonsiefke.svg-preview
TSLint (ms-vscode.vscode-typescript-tslint-plugin)
ms-vscode.vscode-typescript-tslint-plugin
Docker (ms-azuretools.vscode-docker)
ms-azuretools.vscode-docker
Terraform (mauve.terraform)
mauve.terraform
React Native Tools (msjsdiag.vscode-react-native)
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 }
The text was updated successfully, but these errors were encountered:
Partially implemented by installing it + using duti to have it open certain files (e.g. .md files). No config yet, though.
duti
.md
Sorry, something went wrong.
No branches or pull requests
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:
The text was updated successfully, but these errors were encountered: