Skip to content

vscode-documentation with [learnwithfair, Learn with fair, Rahatul Rabbi, Md Rahatul Rabbi ,rahatulrabbi]

Notifications You must be signed in to change notification settings

learnwithfair/vscode-documentation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

Repository files navigation

VS-CODE-SETTING

Youtube Facebook Instagram LinkedIn

Thanks for visiting my GitHub account!

Source Code (Download)

Click Here

Required Software (Download)

{
  "files.exclude": {
    "**/.DS_Store": true,
    "**/.git": true,
    "jspm_packages": true
  },
  "search.exclude": {
    "**/node_modules": true,
    "**/bower_components": true
  },
  "files.watcherExclude": {
    "**/.git/objects/**": true,
    "**/.git/subtree-cache/**": true,
    "**/node_modules/*/**": true
  },
  "editor.defaultFormatter": "esbenp.prettier-vscode",
  "editor.renderWhitespace": "all",
  "editor.fontSize": 24,
  "editor.tabSize": 2,
  "editor.multiCursorModifier": "alt",
  "editor.wordWrap": "on",
  "editor.insertSpaces": true,
  "editor.fontFamily": "Fira Code Medium, monospace",
  "editor.fontLigatures": true,
  "terminal.integrated.fontFamily": "monospace",
  "files.encoding": "utf8",
  "[typescript]": {
    "editor.formatOnSave": true,
    "editor.formatOnPaste": true
  },
  "[markdown]": {
    "editor.formatOnSave": true,
    "editor.renderWhitespace": "all",
    "editor.acceptSuggestionOnEnter": "off"
  },
  "files.associations": {
    // "*.jsx": "JavaScript React",
    "*.js": "javascriptreact",
    "*html": "html"
  },
  "editor.formatOnPaste": true,
  "vsicons.dontShowNewVersionMessage": false,
  "[json]": {
    "editor.quickSuggestions": {
      "strings": true
    },
    "editor.suggest.insertMode": "replace",
    "gitlens.codeLens.scopes": ["document"]
  },
  "material-icon-theme.folders.theme": "specific",
  "liveServer.settings.donotShowInfoMsg": true,

  // liveSass setup
  "liveSassCompile.settings.formats": [
    {
      "format": "compressed",
      "extensionName": ".css",
      "savePath": "/dist"
    }
    // {
    //   "extensionName": ".min.css",
    //   "format": "compressed",
    //   "savePath": "/dist"
    // }
  ],
  // "liveSassCompile.settings.excludeList": ["**/node_modules/**", ".vscode/**"],
  "liveSassCompile.settings.generateMap": true,
  //autoprefix, will auto add perfix like -webkit- -moz-..
  "liveSassCompile.settings.autoprefix": ["> 1%", "last 2 versions"],
  "security.workspace.trust.untrustedFiles": "newWindow",
  "workbench.iconTheme": "material-icon-theme",
  "editor.codeActionsOnSave": {
    "source.fixAll.eslint": true
  },
  "eslint.validate": ["javascript"],
  "workbench.startupEditor": "none",
  "json.schemas": [],
  "emmet.preferences": {},
  "go.toolsManagement.autoUpdate": true,
  "html.format.contentUnformatted": "",
  "emmet.triggerExpansionOnTab": true,
  // "emmet.useInlineCompletions": true,
  "html.format.extraLiners": "",
  "[scss]": {
    "editor.suggest.insertMode": "replace",
    "gitlens.codeLens.scopes": ["document"]
  },
  "editor.formatOnSave": true
}

lARAVEL

{
  // Set the default
  "editor.formatOnSave": true,
  "phpfmt.php_bin": "\"E:\\phpproject\\php\\php.exe\"",
  // "phpfmt.php_bin": "\"C:\\Program Files\\php\\php.exe\"",
  // Enable per-language
  "[php]": {
    "editor.formatOnSave": true,
    "editor.defaultFormatter": "kokororin.vscode-phpfmt"
  },
  "phpfmt.passes": [
    "PSR2KeywordsLowerCase",
    "PSR2LnAfterNamespace",
    "PSR2CurlyOpenNextLine",
    "PSR2ModifierVisibilityStaticOrder",
    "PSR2SingleEmptyLineAndStripClosingTag",
    "ReindentSwitchBlocks",
    "AddMissingParentheses",
    "AlignDoubleArrow",
    "AlignDoubleSlashComments",
    "AlignEquals",
    "AlignGroupDoubleArrow",
    "AlignPHPCode",
    "SpaceBetweenMethods",
    "SpaceAroundParentheses"
  ],
  "phpfmt.exclude": [
    "ReindentComments",
    "StripNewlineWithinClassBody",
    "AllmanStyleBraces"
  ],
  "phpfmt.psr2": false,
  "files.autoSave": "onFocusChange",
  "php.validate.executablePath": "",
  "php.debug.executablePath": "\"E:\\phpproject\\php\\php.exe\"",
  "workbench.iconTheme": "vscode-great-icons"
}

Follow Me

github facebook instagram twitter YouTube

About

vscode-documentation with [learnwithfair, Learn with fair, Rahatul Rabbi, Md Rahatul Rabbi ,rahatulrabbi]

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published