VSCode 扩展

MIECZ 一个 VSCode 代理服务器扩展

2022-06-23  本文已影响0人  JuvenileAndSea

这是一个自己写的小插件,下面的文档是直接复制的 README.md😂;
主要是方便工作中切换后端服务器地址的情况,项目体量达到一定程度的时候,每次重启会花很多时间,所以就萌生了一个想法并把它具象化

另外发现一个emoji表情的转码方式(有时候会用到 utf-16 的编码格式):
emojiall这个网站搜索你想要的的 emoji 表情然后直接在浏览器控制台console里面运行这个代码("😂".codePointAt(0).toString(16))就能得到你想要的表情包的 16 进制代码(这里以😂表情为例),然后在头上加入&#x,在尾部加上;就构成了这个😂😂

MIECZ

miecz0.jpg

📄描述(Description)

这是一个 VSCode 的代理服务器扩展。 可以同时创建多个代理服务器方便前端项目切换服务器地址(例如:测试、开发等环境)。一般情况下我们使用打包工具如 webpack 开发代码,经常会出现切换环境的情况。然而随着代码量的增加打包时间也相应增加,导致我们想切换服务器地址都需要重启🐌会浪费大量时间,现在如果使用了 MIECZ 可以做到迅速 🚀切换服务器地址。

I used translation tools to translate the text, including this sentence 😏 This is a proxy server extensions for VSCode. Multiple proxy servers can be created at the same time for front-end projects to switch server addresses (for example, test, development, etc.). Usually we use packaging tools such as Webpack to develop code, and often switch environments. However, as the amount of code increases, the packaging time also increases accordingly. As a result, we need to restart if we want to switch the server address, which will waste a lot of time. Now, if we use MIECZ, we can quickly switch the server address.

🪛安装(Installation)

VSCode 扩展库中搜索安装最新版本

Install the latest version by searching the VSCode Marketplace library

✨使用(Usage)

miecz2.png miecz3.png
miecz6.jpg
miecz7.png miecz9.png
上一篇下一篇

猜你喜欢

热点阅读