Skip to content Visual Studio Code 常用插件整理
🏷️ Visual Studio Code
- Encode Decode
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
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
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
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
ormat SQL files using the sql-formatter-plus npm package. - Vetur
Vue tooling for VS Code. - Vue Language Features (Volar)
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
this plugin main enhance ability for write vue and extension for Element-UI, VUX, IVIEW