-
Updated
Nov 20, 2020 - JavaScript
#
vscode-extension
Here are 3,240 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
AI Code Completions
javascript
ruby
python
java
bash
swift
rust
golang
php
typescript
ai
lua
cpp
vim-plugin
artificial-intelligence
atom-package
vscode-extension
sublime-package
jetbrains-plugin
gpt-2
-
Updated
Dec 16, 2020 - Shell
nopeslide
commented
Oct 23, 2020
Draw.io has many internal options, that can be used to enable additional features and could be exposed to the user.
I identified these as useful:
-
mxGraph.prototype.setConnectableEdges- make edges connectable
- would love this feature to be configurable
- default: false
- make edges connectable
-
mxGraph.prototype.setAllowDanglingEdges- edges need to have a src & dst
- default: true
-
`mxGr
3
hediet
commented
Feb 11, 2020
Make the animation smoother.
4
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
Dec 24, 2020 - TypeScript
Official repository for the Microsoft C/C++ extension for VS Code.
-
Updated
Dec 23, 2020 - TypeScript
-
Updated
Nov 10, 2020 - TypeScript
1
tywmick
commented
Dec 9, 2020
Changes proposed:
- Add
- Delete
Adds MDX as a language designation. MDX's website recommends a community-created extensio
REST Client Extension for Visual Studio Code
graphql
http
typescript
rest
rest-api
vscode
http-client
visual-studio-code
vscode-extension
rest-client
-
Updated
Dec 24, 2020 - TypeScript
Launch a development local Server with live reload feature for static & dynamic pages.
-
Updated
Nov 30, 2020 - TypeScript
The optimal flow for Jest based testing in VS Code
-
Updated
Dec 21, 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
Dec 23, 2020 - TypeScript
VSCode Neovim integration
-
Updated
Dec 23, 2020 - TypeScript
Java Language Support for Visual Studio Code
-
Updated
Dec 18, 2020 - TypeScript
Code Runner for Visual Studio Code
-
Updated
Dec 13, 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>)}
Super fast sftp/ftp extension for VS Code
-
Updated
Dec 11, 2020 - TypeScript
VS Code extension that allows you to record and playback guided tours of codebases, directly within the editor
-
Updated
Dec 13, 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
Nov 5, 2020 - JavaScript
Emacs Org Mode for Visual Studio Code
-
Updated
Dec 11, 2020 - TypeScript
Project Manager Extension for Visual Studio Code
-
Updated
Dec 23, 2020 - TypeScript
UNOFFICIAL Netease Music extension for Visual Studio Code
-
Updated
Sep 13, 2020 - JavaScript
Dart and Flutter support for VS Code
-
Updated
Dec 22, 2020 - TypeScript
Intelligent Tailwind CSS tooling for Visual Studio Code
-
Updated
Dec 14, 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.