We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
VSCode 是一个轻量级的 IDE,许多功能都是依靠插件来进行支持的,这里介绍一些常见好用的 VSCode 插件,帮助大家提升开发体验和效率~
【JavaScript (ES6) code snippets】 JS 代码片段,e.g.
console.log()
setTimeOut(() => {})
【React-Native/React/Redux snippets for es6/es7】 React 代码片段,e.g.
import React from 'react';
import React, { Component } from 'react';
【React Hooks Snippets】hooks 代码片段,例如
const [, set] = useState()
【Vue VSCode Snippets】Vue 代码片段,e.g.
<template> <div> </div> </template> <script> export default { } </script> <style lang="scss" scoped> </style>
"editor.codeActionsOnSave": { "source.fixAll.eslint": true }
v0.2.12
The text was updated successfully, but these errors were encountered:
No branches or pull requests
VSCode 是一个轻量级的 IDE,许多功能都是依靠插件来进行支持的,这里介绍一些常见好用的 VSCode 插件,帮助大家提升开发体验和效率~
自动补全类
Snippets 类
【JavaScript (ES6) code snippets】 JS 代码片段,e.g.
console.log()
setTimeOut(() => {})
【React-Native/React/Redux snippets for es6/es7】 React 代码片段,e.g.
import React from 'react';
import React, { Component } from 'react';
【React Hooks Snippets】hooks 代码片段,例如
const [, set] = useState()
【Vue VSCode Snippets】Vue 代码片段,e.g.
调试类
Git 类
视觉类
资源类
v0.2.12
只支持 js/ts,vue 中无法使用通用类
The text was updated successfully, but these errors were encountered: