<!-- Visual Studio Code 常用插件整理 --> <!-- visual-studio-code-frequently-used-plugins --> - [Encode Decode](https://marketplace.visualstudio.com/items?itemName=mitchdenny.ecdc "An extension for Visual Studio Code that allows you to quickly convert text selections.") The Encode/Decode (ecdc) extension allows you to quickly convert one or more selections of text to and from various formats. Supported conversions include: - String to Base64 - Base 64 to String - String to JSON Byte Array - String to JSON String - JSON String to String - Base64 to JSON Byte Array - String to MD5/SHA1/SHA256/SHA512 (as Base64 or Hex) - String to HTML Entities - HTML Entities to String - String to XML Entities - XML Entities to String - String to Unicode - Unicode to String - [Hasher](https://marketplace.visualstudio.com/items?itemName=deerawan.vscode-hasher "Generate various hash (md5, sha1), HTML entity conversion and many more") Generate various hash (md5, sha1), HTML entity conversion and many more. Features: - Generate MD5 - Generate SHA1 - Base64 Encode - Base64 Decode - URI Encode Component - URI Decode Component - HTML Entity Encode - HTML Entity Decode - [Random String Generator](https://marketplace.visualstudio.com/items?itemName=bibhasdn.random-string-password-generator "Generate random strings of variable length to use as password or secret keys") Generate random strings of variable length to use as password or secret keys - RSPG - Generate random string/password (You can define length and strength of the string) - RSPG - Generate weak password - RSPG - Generate medium strength password - RSPG - Generate strong password - [REST Client](https://marketplace.visualstudio.com/items?itemName=humao.rest-client "REST Client for Visual Studio Code") REST Client allows you to send HTTP request and view the response in Visual Studio Code directly. - Send/Cancel/Rerun HTTP request in editor and view response in a separate pane with syntax highlight - and so on - [SQL Formatter](https://marketplace.visualstudio.com/items?itemName=adpyke.vscode-sql-formatter "Format sql files using the sql-formatter npm package") ormat SQL files using the sql-formatter-plus npm package. - [Vetur](https://marketplace.visualstudio.com/items?itemName=octref.vetur "Vue tooling for VS Code") Vue tooling for VS Code. - [Vue Language Features (Volar)](https://marketplace.visualstudio.com/items?itemName=Vue.volar "Language support for Vue 3") VueLF is a Language Support plugin built specifically for Vue 3. It's based on @vue/reactivity to calculate everything on-demand, to implement native TypeScript language service level performance. - [vue-helper](https://marketplace.visualstudio.com/items?itemName=shenjiaolong.vue-helper "vue enhance,extension for Element-UI, VUX, IVIEW") this plugin main enhance ability for write vue and extension for Element-UI, VUX, IVIEW Loading... 版权声明:本文为博主「佳佳」的原创文章,遵循 CC 4.0 BY-NC-SA 版权协议,转载请附上原文出处链接及本声明。 原文链接:https://www.liujiajia.me/2022/5/27/visual-studio-code-frequently-used-plugins 提交