• 1403/05/20

فونت و تنظیمات :

استاد امکانش هست تنظیمات فونت و بقیه ی چیز های visual studio کدتون رو بفرستید؟

 

  • 1403/05/20
  • ساعت 14:39

سلام دوست من

چرا که نه

بفرما

{
    "window.restoreWindows": "none",
    "workbench.iconTheme": "material-icon-theme",
    "editor.suggestSelection": "first",
    "vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
    "workbench.startupEditor": "newUntitledFile",
    "workbench.colorTheme": "GitHub Dark",
    "editor.fontFamily": "Lotion,agave Nerd Font Mono,Monofur Nerd Font Mono,Dank Mono,Lotion,Operator Mono,Lotion,JetBrainsMono Nerd Font,Iosevka Nerd Font,agave Nerd Font Mono, Vazir,CaskaydiaCove Nerd Font Mono,Fira Code,Fantasque Sans Mono,Fira Code,Operator Mono,Dank Mono,'IH-Pe' ,Victor Mono,Fira Code",
    "editor.fontWeight": "normal",
    "[javascript]": {
        "editor.defaultFormatter": "esbenp.prettier-vscode"
    },
    "editor.formatOnSave": true,
    "editor.fontLigatures": true,
    "prettier.tabWidth": 4,
    "editor.lineNumbers": "relative",
    "editor.fontSize": 19,
    "javascript.updateImportsOnFileMove.enabled": "always",
    "editor.cursorStyle": "line-thin",
    "git.enableSmartCommit": true,
    "workbench.editor.tabSizing": "shrink",
    "workbench.editor.highlightModifiedTabs": true,
    "workbench.editor.tabCloseButton": "off",
    "googleTranslateExt.languages": ["fa"],
    "editor.lineHeight": 28,
    "editor.renderWhitespace": "all",
    "editor.renderControlCharacters": false,
    "editor.detectIndentation": false,
    "files.associations": {
        "*.js": "javascript"
    },
    "editor.cursorBlinking": "phase",
    "better-comments.tags": [
        {
            "tag": "!",
            "color": "#FF2D00",
            "strikethrough": false,
            "underline": false,
            "backgroundColor": "transparent",
            "bold": false,
            "italic": false
        },
        {
            "tag": "?",
            "color": "#3498DB",
            "strikethrough": false,
            "underline": false,
            "backgroundColor": "transparent",
            "bold": false,
            "italic": false
        },
        {
            "tag": "//",
            "color": "#474747",
            "strikethrough": true,
            "underline": false,
            "backgroundColor": "transparent",
            "bold": false,
            "italic": false
        },
        {
            "tag": "todo",
            "color": "#FF8C00",
            "strikethrough": false,
            "underline": false,
            "backgroundColor": "transparent",
            "bold": false,
            "italic": false
        },
        {
            "tag": "*",
            "color": "#98C379",
            "strikethrough": false,
            "underline": false,
            "backgroundColor": "transparent",
            "bold": false,
            "italic": false
        }
    ],

    "editor.bracketPairColorization.enabled": true,
    "editor.guides.bracketPairs": "active",

    // ! VIM Configuration
    "vim.easymotion": true,
    "vim.sneak": true,
    "vim.incsearch": true,
    "vim.useSystemClipboard": true,
    "vim.useCtrlKeys": true,
    "vim.hlsearch": true,
    "vim.insertModeKeyBindings": [
        {
            "before": ["j", "k"],
            "after": ["<Esc>"]
        },
        {
            "before": ["j", "j"],
            "after": ["<Esc>"]
        },
        {
            "before": ["k", "k"],
            "after": ["<Esc>"]
        }
    ],
    "vim.visualModeKeyBindings": [
        {
            "before": ["<leader>", "j"],
            "commands": ["editor.action.moveLinesDownAction"]
        },
        {
            "before": ["<leader>", "k"],
            "commands": ["editor.action.moveLinesUpAction"]
        }
    ],
    "vim.normalModeKeyBindingsNonRecursive": [
        {
            "before": ["<C-n>"],
            "commands": [":nohl"]
        },
        {
            "before": ["<leader>", "t"],
            "commands": ["workbench.action.toggleSidebarVisibility"]
        },
        {
            "before": ["<leader>", "g", "d"],
            "commands": ["editor.action.revealDefinition"]
        },
        {
            "before": ["<leader>", "g", "r"],
            "commands": ["editor.action.goToReferences"]
        },
        {
            "before": ["<leader>", "o"],
            "commands": ["workbench.action.files.openFolder"]
        }
    ],
    "vim.leader": "space",
    "vim.handleKeys": {
        "<C-a>": true,
        "<C-f>": true
    },
    "[json]": {
        "editor.defaultFormatter": "esbenp.prettier-vscode"
    },
    "terminal.integrated.fontSize": 15,
    "terminal.integrated.fontWeightBold": "normal",
    "terminal.integrated.lineHeight": 1.5,
    "editor.autoClosingBrackets": "never",
    "editor.autoClosingOvertype": "never",
    "editor.autoClosingQuotes": "never",
    "[jsonc]": {
        "editor.defaultFormatter": "esbenp.prettier-vscode"
    },
    "material-icon-theme.activeIconPack": "react_redux",
    "editor.linkedEditing": true,
    "[html]": {
        "editor.defaultFormatter": "esbenp.prettier-vscode"
    },
    "editor.cursorSmoothCaretAnimation": "on",
    "editor.smoothScrolling": true,
    "workbench.list.smoothScrolling": true,
    "vsicons.dontShowNewVersionMessage": true,
    "tabnine.experimentalAutoImports": true,
    "editor.guides.indentation": false,
    "npm.keybindingsChangedWarningShown": true,
    "[css]": {
        "editor.defaultFormatter": "esbenp.prettier-vscode"
    },
    "gruvboxMaterial.italicKeywords": true,
    "window.zoomLevel": -1,
    "workbench.editor.tabActionCloseVisibility": false
}

  • 1403/05/20
  • ساعت 20:31

ممنون استاد


logo-samandehi