vscode 打代码光标特效

vscode 打代码光标特效

在设置里面找到settings 进入之后在代码最下方加入此代码

复制代码
  "explorer.confirmDelete": false,
  "powermode.enabled": true, //启动
  "powermode.presets": "fireworks", // 火花效果
  // particles、  simple-rift、exploding-rift、fireworks、flames、magic、clippy。
  // 颗粒(默认)、闪电、    爆炸闪电、       烟花、        火焰、 魔法、 奇怪的飞毯
  "powermode.enableShake": true, // 去除代码抖动
  "powermode.shake.enabled": false,
  "powermode.combo.counterEnabled": "hide",
  "powermode.combo.timerEnabled": "hide"


相关推荐
小路恢弘16 小时前
xcode替换LLVM插件
ide·macos·xcode
学嵌入式的小杨同学16 小时前
STM32 进阶封神之路(十五):DHT11 单总线实战 —— 温湿度检测从时序解析到代码落地(库函数 + 寄存器)
vscode·stm32·单片机·嵌入式硬件·mcu·智能硬件·pcb工艺
阿捏利17 小时前
vscode+ida-mcp-server配置及使用
vscode·ida·逆向·mcp
#空城18 小时前
LVGL9.5在VScode中安装模拟器
ide·vscode·编辑器
wayz1118 小时前
正则表达式:从入门到精通
java·python·正则表达式·编辑器
Liu.77420 小时前
vscode使用git和svn
git·vscode·svn
吧啦蹦吧21 小时前
idea---------------
java·ide·intellij-idea
golang学习记21 小时前
JetBrains Air 公测上线:当 26 年老牌 IDE 厂商开始“玩“智能体[特殊字符]
ide·intellij-idea·air
无限进步_21 小时前
【C++】获取字符串最后一个单词长度的多种解法
开发语言·c++·ide·windows·git·github·visual studio
jfqqqqq1 天前
win11下intelliJ idea的shift + F6无效
java·ide·intellij-idea