-
Updated
Sep 8, 2020 - JavaScript
{{ message }}
A search tool helps dev to solve the naming things problem.
Supercharge the Git capabilities built into Visual Studio Code — Visualize code authorship at a glance via Git blame annotations and code lens, seamlessly navigate and explore Git repositories, gain valuable insights via powerful comparison commands, and so much more
Official repository for the Microsoft C/C++ extension for VS Code.
extension, language idtucREST Client Extension for Visual Studio Code
Launch a development local Server with live reload feature for static & dynamic pages.
The optimal flow for Jest based testing in VS Code
Microsoft Web Template Studio quickly builds web applications using a wizard-based UI to turn your needs into a foundation of best patterns and practices
Java Language Support for Visual Studio Code
Code Runner for Visual Studio Code
In flutter we use .arb files for i18n, it like json. support plz
arb: https://github.com/google/app-resource-bundle/wiki/ApplicationResourceBundleSpecification
VSCode Neovim integration
These snippets were built to supercharge my workflow in the most seamless manner possible.
Super fast sftp/ftp extension for VS Code
VS Code extension that allows you to record and playback guided tours of codebases, directly within the editor
Emacs Org Mode for Visual Studio Code
Blocked By: wix/vscode-glean#97
Example:
class Foo extends Component {
render() {
return (<div>
{this.props.foo.map((bar) => <div>{bar.x}</div>)}
</div>)
}
}
Current:
const Foo = props => {
const foo = useRef();
const x = useRef();
return <div>
{foo.current.map(bar => <div>{x.current}</div>)}
UNOFFICIAL Netease Music extension for Visual Studio Code
Project Manager Extension for Visual Studio Code
EditorConfig extension for Visual Studio Code
Dart and Flutter support for VS Code
PHP intellisense for Visual Studio Code
A native debugger extension for VSCode based on LLDB
LaTeX Math for Markdown inside of Visual Studio Code.
Add a description, image, and links to the vscode-extension topic page so that developers can more easily learn about it.
To associate your repository with the vscode-extension topic, visit your repo's landing page and select "manage topics."
Seeing marks, ideally in the gutter, but maybe as a highlight or something, would be helpful. This apparently existed at one point (https://github.com/vscodevim/Vim//commit/713f30a1a8f4923dfc2e7b0cbceffce78ab83c01#diff-a7723f32fe6b05e135838f84e5c23c0fR870), but decoration options have gotten richer and we can put it under a setting.