登录
nzxl's coding start paket
分类:工具软件 访问:46 下载量:0

软件介绍

更新时间:2025-06-09

nzxl的编码启动包:提升您的开发体验

nzxl的编码启动包是一套精心挑选的扩展和个性化设置,旨在为开发者提供最佳的开发环境。这些扩展是我日常工作流程中不可或缺的一部分,我将尽力保持包的更新。

兼容性:

经过在Arch Linux上使用Code 1.85.2版本的测试,确保稳定运行。

个性化settings.json:

我借鉴了其他开发者的设置,并根据我的工作流程进行了调整,以下是我的settings.json文件内容:

{
    "files.associations": {
        "*.ejs": "html",
        ".env*": "dotenv"
    },
    "editor.tokenColorCustomizations": {
        "textMateRules": [
            {
                "scope": "keyword.other.dotenv",
                "settings": {
                    "foreground": "#FF000000"
                }
            }
        ]
    },

    "git.autofetch": true,
    "redhat.telemetry.enabled": false,

    "editor.fontFamily": "GeistMono Nerd Font",
    "scm.inputFontFamily": "GeistMono Nerd Font",
    "terminal.integrated.fontFamily": "Source Code Pro",
    "chat.editor.fontFamily": "GeistMono Nerd Font",
    "debug.console.fontFamily": "GeistMono Nerd Font",
    "editor.codeLensFontFamily": "GeistMono Nerd Font",
    "notebook.output.fontFamily": "GeistMono Nerd Font",
    "markdown.preview.fontFamily": "GeistMono Nerd Font",
    "editor.inlayHints.fontFamily": "GeistMono Nerd Font",

    "editor.fontSize": 15,
    "terminal.integrated.fontSize": 15,

    "editor.minimap.enabled": false,
    "window.commandCenter": false,
    "editor.scrollbar.vertical": "auto",
    "window.titleBarStyle": "custom",
    "editor.scrollbar.horizontal": "auto",

    "apc.activityBar": {
        "position": "bottom",
        "hideSettings": true,
        "size": 20
    },
    "apc.font.family": "GeistMono Nerd Font",
    "apc.monospace.font.family": "GeistMono Nerd Font",
    "apc.statusBar": {
        "position": "editor-bottom",
        "height": 28,
        "fontSize": 12
    },
    "apc.stylesheet": {
        ".title-label": "display: none !important",
        ".tabs-and-actions-container > .editor-actions": "display: none !important",
        ".inline-tabs-placeholder": "display: none !important"
    },

    "workbench.startupEditor": "none",
    "workbench.activityBar.location": "top",
    "explorer.compactFolders": false,
    "editor.tabSize": 2,
    "editor.linkedEditing": true,
    "breadcrumbs.filePath": "off",
    "files.trimTrailingWhitespace": true,
    "[markdown]": {
        "files.trimTrailingWhitespace": false
    },
    "editor.bracketPairColorization.enabled": true,
    "editor.guides.bracketPairs": true,
    "gitlens.outputLevel": "silent",
    "debug.internalConsoleOptions": "neverOpen",
    "gitlens.debug": false,

    "editor.defaultFormatter": "esbenp.prettier-vscode",
    "prettier.resolveGlobalModules": true,
    "prettier.enable": true,
    "diffEditor.ignoreTrimWhitespace": false,
    "prettier.endOfLine": "auto",
    "prettier.singleQuote": false,
    "prettier.trailingComma": "es5",
    "prettier.bracketSameLine": true,
    "prettier.bracketSpacing": true,
    "prettier.quoteProps": "as-needed",
    "prettier.tabWidth": 4,
    "prettier.semi": true,
    "prettier.printWidth": 1000,
    "prettier.htmlWhitespaceSensitivity": "ignore",
    "editor.formatOnSave": true,
    "dotenv.enableAutocloaking": true,
    "workbench.iconTheme": "vs-nomo-dark",
    "terminal.integrated.defaultProfile.windows": "Git Bash",
    "breadcrumbs.enabled": false
}

体验提升:

通过使用nzxl的编码启动包,您可以优化您的开发环境,提升编码效率,享受更流畅的开发体验。

本站所有资源都是由网友投稿发布,或转载各大下载站, 请自行检测软件的完整性!

本站所有资源仅供学习与参考,请勿用于商业用途,否则 产生的一切后果将由您自己承担!

如有侵权请联系我们删除下架,联系方式:study_golang@163.com

最新教程

查看更多
  • Golang云原生架构师课程
    Golang云原生架构师课程
    Go是一门并发支持、垃圾回收的编译型系统编程语言;本课程转载自哔哩哔哩:https://www.bilibili.com/video/BV1Mh411M7A
  • MySQL数据管理之备份恢复案例解析视频教程
    MySQL数据管理之备份恢复案例解析视频教程
    《MySQL数据管理之备份恢复案例解析视频教程》MySQL是一个开放源码的小型关联式数据库管理系统,目前MySQL被广泛地应用在Internet上的中小型网站中。由于其体积小、速度快、总体拥有成本低,尤其是开放源码这一特点,许多中小型网站为了降低网站总体拥有成本而选择了MySQL作为网站数据库。
  • MySQL索引优化解决方案
    MySQL索引优化解决方案
    本套课程是根据MySQL索引的设计理念与数据结构、索引使用场景、索引分类、索引运用场景、索引性能分析、查询优化、MySQL索引的慢查询等组成,主要讲述了MySQL索引优化的解决方案,非常适合有MySQL使用基础或者有一定工作经验的同学。课程讲解了解决大数量查询慢的问题、如何编写一个高效的SQL、查询语句应该如何优化、索引的实现原理是什么、索引又应该如何优化...等诸多SQL索引优化的难点和面试点。
  • 极客学院Docker视频教程
    极客学院Docker视频教程
    Docker是PaaS提供商dotCloud开源的一个基于LXC的高级容器引擎,源代码托管在Github上,基于go语言并遵从Apache2.0协议开源。Docker自2013年以来非常火热,无论是从github上的代码活跃度,还是各大厂商的支持,都使Docker成为了时下最受关注的技术,甚至微软都声称在下一代WindowsServer中集成对Docker的支持。所以我们收集了《极客学院Docke
  • Golang进阶实战编程
    Golang进阶实战编程
    本课程是在《Go语言基础视频》基础之上录制的,是Go语言基础的后半部分。包括包的管理,IO操作,Go语言最大的亮点:高并发,goroutine,channel,反射等。本视频主要为了帮助Go语言的初学者,从零到一的快速入门。学完本套课程,可以学会如果通过包管理Go项目,并发模型,以及并发实现,channel通道如何传递数据,反射等等。
  • JavaScript极速入门
    JavaScript极速入门
    本套课程将帮助大家迅速掌握JavaScript这门高端的、动态的、弱类型编程语言。知识点简单明了,让你学习0压力,适合新手观看学习......