-
Updated
Sep 8, 2020 - JavaScript
#
vscode-extension
Here are 2,995 public repositories matching this topic...
list
visual-studio
awesome
vscode
visual-studio-code
vscode-extension
awesome-list
vscode-theme
visualstudio
visual-studio-code-extension
visual-studio-code-theme
A search tool helps dev to solve the naming things problem.
-
Updated
Sep 19, 2020 - JavaScript
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
-
Updated
Sep 27, 2020 - TypeScript
Official repository for the Microsoft C/C++ extension for VS Code.
-
Updated
Sep 29, 2020 - TypeScript
-
Updated
Sep 28, 2020 - TypeScript
borisimple
commented
Sep 21, 2020
This is related to the issue #1606 - Update icon of AL language
We got even newer version of it so it would be nice to have it in VS Code.
Here you can find png and ico files
- I'm sure this issue is not a duplicate.
- I
REST Client Extension for Visual Studio Code
graphql
http
typescript
rest
rest-api
vscode
http-client
visual-studio-code
vscode-extension
rest-client
-
Updated
Sep 23, 2020 - TypeScript
Launch a development local Server with live reload feature for static & dynamic pages.
-
Updated
Sep 8, 2020 - TypeScript
The optimal flow for Jest based testing in VS Code
-
Updated
Sep 29, 2020 - TypeScript
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
-
Updated
Sep 29, 2020 - TypeScript
Java Language Support for Visual Studio Code
-
Updated
Sep 29, 2020 - TypeScript
Open
support .arb file
1
YeungKC
commented
Jun 4, 2020
In flutter we use .arb files for i18n, it like json. support plz
arb: https://github.com/google/app-resource-bundle/wiki/ApplicationResourceBundleSpecification
Code Runner for Visual Studio Code
-
Updated
Sep 4, 2020 - TypeScript
VSCode Neovim integration
-
Updated
Sep 22, 2020 - TypeScript
VS Code extension that allows you to record and playback guided tours of codebases, directly within the editor
-
Updated
Sep 24, 2020 - TypeScript
Super fast sftp/ftp extension for VS Code
-
Updated
Sep 4, 2020 - TypeScript
These snippets were built to supercharge my workflow in the most seamless manner possible.
snippets
vuejs
vuejs2
vscode
vue2
vscode-extension
vuejs-snippets
vue-snippets
vscode-snippets
vscode-vue
-
Updated
Sep 22, 2020 - JavaScript
Emacs Org Mode for Visual Studio Code
-
Updated
Sep 4, 2020 - TypeScript
borislit
commented
Dec 11, 2019
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
-
Updated
Sep 13, 2020 - JavaScript
Project Manager Extension for Visual Studio Code
-
Updated
Sep 20, 2020 - TypeScript
Dart and Flutter support for VS Code
-
Updated
Sep 29, 2020 - TypeScript
EditorConfig extension for Visual Studio Code
-
Updated
Sep 13, 2020 - TypeScript
PHP intellisense for Visual Studio Code
php
language-server
vscode
language-server-protocol
visual-studio-code
intellisense
vscode-extension
code-completion
-
Updated
Aug 16, 2020 - TypeScript
A native debugger extension for VSCode based on LLDB
-
Updated
Sep 10, 2020 - C++
Intelligent Tailwind CSS tooling for Visual Studio Code
-
Updated
Sep 22, 2020 - TypeScript
Improve this page
Add a description, image, and links to the vscode-extension topic page so that developers can more easily learn about it.
Add this topic to your repo
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.