Skip to content

Metal-Eagle/cheatsheet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A cheatsheet for all stuff

  1. Typora - For edit a README file!

  2. git - Git for Windows

  3. Github Desktop - Github desktop application

  4. Visual Studio Code - Code editor of choose

  5. NVM for Windows - For Node.js version manager

  6. Vuejs cli - Standard Tooling for Vue.js Development

  7. Githug cli - GitHub CLI brings GitHub to your terminal

Chrome extensions

  1. Ghostery – Privacy Ad Blocker

  2. HTTPS Everywhere

  3. LastPass: Free Password Manager

  4. Stylus

  5. uBlock Origin

  6. Vue.js devtools

  7. Tampermonkey

Visual Studio code extensions

Do a git pull, and run './vsCode Plugins/vscodeinstall.ps1' to install all

  1. Auto Close Tag

  2. Auto Rename Tag

  3. Bracket Pair Colorizer

  4. GitLens

  5. JavaScript Snippet Pack

  6. Prettier

  7. TODO Highlight

  8. vscode-icons

  9. ESLint

  10. IntelliSense for CSS class names in HTML

  11. npm Intellisense

  12. Path Intellisense

  13. Vetur

  14. vscode-sqlite

Look at the .vscode for workspace settings.json

Things to look @

  1. NuxtJS

  2. Choose Alicense

Settings

{
  "explorer.openEditors.visible": 0,
  "editor.snippetSuggestions": "top",
  "emmet.showAbbreviationSuggestions": false,
  "editor.multiCursorModifier": "ctrlCmd",
  "editor.formatOnPaste": false,
  "workbench.iconTheme": "vscode-icons",
  "editor.fontLigatures": true,
  "files.autoSave": "off",
  "editor.detectIndentation": true,
  "editor.minimap.enabled": false,
  "workbench.startupEditor": "newUntitledFile",
  "editor.suggestSelection": "first",
  "eslint.validate": [
    {
      "language": "vue",
      "autoFix": true
    },
    {
      "language": "typescript",
      "autoFix": true
    },
    {
      "language": "html",
      "autoFix": true
    },
    {
      "language": "javascript",
      "autoFix": true
    }
  ],
  "[javascript]": {
    "editor.defaultFormatter": "HookyQR.beautify"
  },
  "[json]": {
    "editor.defaultFormatter": "HookyQR.beautify"
  },
  "[html]": {
    "editor.defaultFormatter": "HookyQR.beautify"
  },
  "[css]": {
    "editor.defaultFormatter": "HookyQR.beautify"
  },
  "liveshare.featureSet": "insiders",
  "[vue]": {
    "editor.defaultFormatter": "octref.vetur"
  },
  "diffEditor.ignoreTrimWhitespace": false,
  "[typescriptreact]": {
    "editor.defaultFormatter": "esbenp.prettier-vscode"
  },
  "liveshare.anonymousGuestApproval": "accept",
  "[typescript]": {
    "editor.defaultFormatter": "esbenp.prettier-vscode"
  },
  "workbench.colorCustomizations": {},
  "[scss]": {
    "editor.defaultFormatter": "esbenp.prettier-vscode"
  },
  "[javascriptreact]": {
    "editor.defaultFormatter": "esbenp.prettier-vscode"
  },
  "[jsonc]": {
    "editor.defaultFormatter": "esbenp.prettier-vscode"
  },
  "editor.tokenColorCustomizations": {
    "textMateRules": [
      {
        "scope": ["comment", "comment.block"],
        "settings": {
          "fontStyle": "italic",
          "foreground": "#ff1493"
        }
      },
      {
        "scope": [
          "keyword.operator.logical",
          "keyword.operator.arithmetic",
          "keyword.operator.assignment",
          "keyword.operator.bitwise"
        ],
        "settings": {
          "fontStyle": ""
        }
      }
    ]
  },
  "todo-tree.tree.showScanModeButton": false,
  "cSpell.userWords": [
    "deno",
    "feathersjs",
    "middlewares",
    "socketio",
    "upsert",
    "upvote"
  ],
  "editor.fontSize": 15
}

About

My Own Cheatsheet

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors