-
Updated
Sep 8, 2020 - JavaScript
vscode-extension
Here are 3,035 public repositories matching this topic...
-
Updated
Sep 19, 2020 - JavaScript
-
Updated
Jun 23, 2020 - Shell
It would be very nice to add a shortcut to the command palette for "New Draw.io Diagram" which would save a .drawio file to the current directory.
Make the animation smoother.
-
Updated
Oct 7, 2020 - TypeScript
-
Updated
Oct 9, 2020 - TypeScript
-
Updated
Oct 3, 2020 - TypeScript
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
-
Updated
Oct 5, 2020 - TypeScript
-
Updated
Sep 8, 2020 - TypeScript
-
Updated
Oct 2, 2020 - TypeScript
-
Updated
Oct 9, 2020 - TypeScript
-
Updated
Oct 7, 2020 - TypeScript
support .arb file
In flutter we use .arb files for i18n, it like json. support plz
arb: https://github.com/google/app-resource-bundle/wiki/ApplicationResourceBundleSpecification
-
Updated
Oct 9, 2020 - TypeScript
-
Updated
Oct 4, 2020 - TypeScript
-
Updated
Sep 24, 2020 - TypeScript
-
Updated
Sep 4, 2020 - TypeScript
-
Updated
Sep 22, 2020 - JavaScript
-
Updated
Sep 4, 2020 - TypeScript
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>)}
-
Updated
Sep 13, 2020 - JavaScript
-
Updated
Sep 20, 2020 - TypeScript
-
Updated
Oct 9, 2020 - TypeScript
-
Updated
Sep 13, 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.