编辑器插件和一些工具汇总

编程入门 行业动态 更新时间:2024-10-10 23:20:03

<a href=https://www.elefans.com/category/jswz/34/1769874.html style=编辑器插件和一些工具汇总"/>

编辑器插件和一些工具汇总

之前用的一直是Sublime Text,因为觉得字体和代码高亮看着非常舒适也就一直用了。后来,看到了网上很多有关于VS Code的文章,VS Code由微软出品,而且支持跨平台,插件丰富。所以自己也去体验了一番,使用下来感觉实在太棒了!?
我的自建博客地址

美化类插件

✨vscode-icons

Bring icons to your Visual Studio Code

给你的VS code添加图标

这便是安装后的icons了!

?Panda Theme

个人认为是一款非常好看的主题!官方文档是这么说的,请自行感受下:

Superminimaldark Syntax Theme. This is the latest version of the Panda Syntax theme. It's a dark syntax theme crafted especially for Visual Studio Code [New Version], with subtle colors that are meant to be easy on the eyes.

?Beautify

Beautify javascriptJSONCSSSass, and HTML in Visual Studio Code.

美化你的代码,一键格式化用起来实在是太赞了,直接解决了我们的代码空格缩进问题,再也不用一个一个去调了。

?Bracket Pair Colorizer

用颜色来标识匹配的括号。每个括号有着自己对应的颜色!!!

提升效率类插件

?HTML CSS Support

在 html 标签上写class 智能提示当前项目所支持的样式(必备)

?Path Intellisense

文件路径自动补全

?Auto Close Tag和Auto Rename Tag

自动补全HTML标签和自动重命名HTML标签

?CSS Peek

This extension extends HTML and ejs code editing with Go To Definition and Go To Symbol in Workspace support for css/scss/less (classes and IDs) found in strings within the source code.

?open in browser

通过编辑器打开HTML文件

?markdownlint

帮助你编辑markdown的插件

小工具

Snipaste-点击进入中文官网

超级方便的截图+贴图应用,点击F1便开始截图,顺便附上操作文档,助你成为“截图大神”?

LICEcap-点击进入官网

本文GIF的制作工具,也是,嗯对,你懂的,好用。

特效插件-Power Mode

描述:

Power Mode is one of the most requested extensions for VS Code. Unfortunately, they said it couldn't be done... However, after seeing this list and realizing that VS Code was the only modern editor without it, I knew I had to try. I couldn't let VS Code live in the shadow of its big brother or Atom.

I present you, VSCODE POWER MODE!!! (now with atom-like explosions!)

安装方法:

  1. 点击“文件”
  2. 点击“首选项”
  3. 点击“设置”
  4. 在图中所示位置加入以下代码后“CTRL+S”保存
    "powermode.enabled":true,        //是否启用power mode"powermode.enableShake": false,  //桌面是否震动"powermode.presets": "exploding-rift" //power mode的样式

参考链接:

  • 知乎-徐冉-VS Studio Code有哪些你常用的插件?
  • csdn-15个必备的VS code插件
  • CSDN-VS Code的炫酷插件安装

转载于:.html

更多推荐

编辑器插件和一些工具汇总

本文发布于:2024-03-13 22:35:55,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1735024.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:编辑器   插件   工具

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!