• 2024-09-28VSCode环境
    {"editor.minimap.enabled":false,"editor.fontSize":18,"editor.tabSize":2,"editor.suggestFontSize":18,"editor.renderWhitespace":"none","editor.suggestSelection":&q
  • 2024-09-04VSCode 配置
    vscode配置{"editor.minimap.enabled":false,"editor.fontSize":18,"editor.tabSize":2,"json.maxItemsComputed":500000,"debug.console.fontSize":18,"debug.onTaskErrors":"abor
  • 2024-09-01配置vuter的根目录
    目录结构:--root--server--webvue的代码都在web里,vue3里有个语法和eslint设置冲突了,设置了忽略还是不行,网上说全局设置template不报错,我觉得不能接受,搞了一晚上+一上午,发现只要设置vuter的根目录就行了root目录新建一个vetur.config.js文件内容:module.exports
  • 2024-08-13prettier配置
    配置Prettier在VSCode中自动格式化代码的教程1.安装PrettierVSCode插件打开VSCode。点击左侧活动栏的扩展市场图标(或按Ctrl+Shift+X)。在搜索栏中输入Prettier-Codeformatter。找到插件并点击Install安装它。2.配置VSCode设置确保VSCode配置正确,使
  • 2024-06-19常用的vscode配置
    {"extensions.autoUpdate":"onlySelectedExtensions","workbench.iconTheme":"material-icon-theme","vsicons.dontShowNewVersionMessage":true,"editor.fontSize":16,"editor.codeAct
  • 2024-04-23前端vscode配置
    {"window.zoomLevel":1,"liveServer.settings.donotShowInfoMsg":true,"editor.tabSize":2,"editor.tabCompletion":"on","editor.fontSize":16,"git.autofetch":true,"editor.stic
  • 2024-03-19vscode 格式化
    {//vscode默认启用了根据文件类型自动设置tabsize的选项"editor.detectIndentation":false,//重新设定tabsize"editor.tabSize":2,//#每次保存的时候自动格式化"editor.formatOnSave":true,//#去掉代码结尾的分号"prettier.semi":false,//
  • 2024-02-26vscode格式
    ctr+shift+P  搜settings.json {"security.workspace.trust.untrustedFiles":"open","vetur.format.options.tabSize":4,"vetur.format.defaultFormatterOptions":{"prettier":{
  • 2024-01-10vscode设置vue3代码格式化
    下载插件可以使用Volar或Prettier  设置格式化时选用的插件mac:【shift】+【option】+【f】win:【shift】+【alt】+【f】 选择其中之一左下角选择【设置】 点击右上角的文件切换图标,可以切换到setting.json 实际使用假设这是默认代码状态 使用Prettier默认
  • 2023-10-12eslint vscode 配置文件
    { "settingsSync.ignoredSettings":[], "vetur.validation.template":false, "workbench.iconTheme":"vscode-icons", "workbench.colorTheme":"OceanicNext", "settingsSync.ignoredExtens
  • 2023-08-18vscode主题配置
    配置{"cSpell.languageSettings":[],"editor.bracketPairColorization.enabled":true,"editor.guides.bracketPairs":"active","files.autoSave":"afterDelay","workbench.iconThe
  • 2023-04-20vscode 格式化统一配置 settings.json
    {"workbench.colorTheme":"DefaultDark+","eslint.autoFixOnSave":true,"editor.codeActionsOnSave":{"source.fixAll.eslint":true},"[javascript]":{ "
  • 2023-04-03vscode项目中加入eslint配置不生效,控制台有报错,但是代码没有标红
    项目中配置下载了eslint各种配置,vscode配置文件settings.json中配置了,但是就是代码没有标红,不能自动修复。最终发现问题所在在vscode的配置文件settings.json中eslint.options有个这个参数,如果没有注释就注释掉,有的话就放开,进行一个切换就可以了这是我整个settings.json里的
  • 2023-03-25vs code 的 settings.json配置
    {"workbench.colorTheme":"Monokai","editor.matchBrackets":"never","workbench.iconTheme":"vscode-icons","diffEditor.ignoreTrimWhites
  • 2023-03-13visual studio code setting
    {"terminal.integrated.env.windows":{},"terminal.integrated.shell.windows":"D:\\xxn\\Git\\bin\\bash.exe","terminal.integrated.profiles.windows":{
  • 2023-02-24vscode格式化和保存代码与eslint有冲突问题解决(亲测有效)
    1.问题描述vscode安装了eslint插件,在使用Vue的时候格式化和保存代码都会爆红2.原因因为在使用Vue进行开发我们一般都安装了Vetur插件来对.vue文件进行处理,Vetur自带了
  • 2023-02-14vscode重装记 - mac
    文章目录​​删除原来的插件​​​​插件​​​​setting.json​​起因:安装了vscode背景插件卸载不掉了
  • 2023-01-17【VSCode】vue文件保存时自动格式化
    用户目录下:AppData\Roaming\Code\User\settings.json1{2"workbench.colorTheme":"DefaultDark+",3"workbench.iconTheme":"vscode-icons",4"bracket
  • 2022-12-29vs code 设置
    1.安装3个插件ESlint,Prettier-Codeformatter,Vetur 2.编辑设置文件,替换以下内容{//左侧目录不折叠"explorer.compactFolders":false,//#每次保存的时
  • 2022-12-22VScode格式化json配置
    一.安装Prettier-Codefromatter  二.点击设置按钮,打开扩展设置  三.点击图标跳转到setting.json  四.在settings.json中插入如下代码{//vscode
  • 2022-11-08vscode常用配置
    {"editor.quickSuggestions":{"other":true,"comments":true,"strings":true},"editor.fontSize":16,"editor.wordWrap":"off",//永不
  • 2022-08-28vscode格式化配置
    /**安装插件*prettier、eslint、Vetur*/{"search.followSymlinks":false,//vscode默认启用了根据文件类型自动设置tabsize的选项"editor.detect
  • 2022-08-22vscode配置文件
    {//vscode默认启用了根据文件类型自动设置tabsize的选项"editor.detectIndentation":false,//重新设定tabsize"editor.tabSize":4,//#值设置为true时