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"


相关推荐
意疏30 分钟前
【C语言】解决VScode中文乱码问题
c语言·开发语言·vscode
Dshuishui1 小时前
VSCode 环境下编译运行 C++ 项目
c++·ide·vscode
swear011 小时前
【VSCODE 插件 rust-analyzer 使用】打开文件夹
ide·vscode·rust
ShawnLiaoking1 小时前
Github 克隆 PyCharm,vscode
ide·pycharm·github
C182981825751 小时前
AI idea 集成claude code插件
java·ide·intellij-idea
IT 行者1 小时前
解决 IntelliJ IDEA 内存占用高的两个优化策略:GPU 渲染与虚拟内存配置
java·ide·intellij-idea·ai编程
番茄炒西红柿炒洋柿子1 小时前
CC Switch搭建到vscode
vscode·编辑器
爱分享的阿Q1 小时前
VSCode1114-AI全面接管编辑器
人工智能·编辑器
Ancelin安心2 小时前
西工大noj(C/C++)100题参考题解及注意事项(2024)
c语言·c++·ide·windows·vscode·算法
禹中一只鱼2 小时前
【IDEA 出现 `IDE error occurred`】
java·ide·spring boot·intellij-idea