Visual Code

Visual Code

Image not Found

Extensions

  • Auto Rename Tag
  • Bracket Pair Colorizer
  • ES7 React/Redux/GraphQL/React-Native snippets
  • Highlight Matching Tag
  • indent-rainbow
  • Prettier - Code formatter
  • vscode-styled-components

setting JSON

{
    "highlight-matching-tag.styles": {
        "opening": {
            "left": {
                "custom": {
                    "borderWidth": "0 0 0 3px",
                    "borderStyle": "solid",
                    "borderColor": "yellow",
                    "borderRadius": "5px",
                    "overviewRulerColor": "white"
                }
            },
            "right": {
                "custom": {
                    "borderWidth": "0 3px 0 0",
                    "borderStyle": "solid",
                    "borderColor": "yellow",
                    "borderRadius": "5px",
                    "overviewRulerColor": "white"
                }
            }
        }
    },
    "editor.minimap.enabled": false,
    "editor.fontSize": 16,
    "editor.tabSize": 1,
    "editor.wordWrap": "on",
    "editor.formatOnPaste": true,
    "editor.formatOnSave": true,
    "files.autoSave": "off",
    "terminal.integrated.fontSize": 18,
    "terminal.integrated.fontFamily": "Hack",
    "terminal.integrated.useWslProfiles": true,
    "emmet.includeLanguages": {
        "javascript": "javascriptreact"
    },
    "terminal.integrated.shell.windows": "C:\\\\Windows\\\\System32\\\\wsl.exe",
    "terminal.integrated.shellArgs.windows": [
        "-d",
        "Ubuntu"
    ]
}
comments powered by Disqus

Lainnya yang kamu suka

post-thumb

GOcryptfs

Buat encrypt directory : mkdir rahasia_kecil gocryptfs -init rahasia_kecil The “gocryptfs.diriv” is a short binary file, while “gocryptfs.conf” …

Baca Artikel