-
Updated
Nov 20, 2020 - JavaScript
vscode-extension
Here are 3,188 public repositories matching this topic...
-
Updated
Sep 19, 2020 - JavaScript
-
Updated
Nov 29, 2020 - Shell
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
Make the animation smoother.
-
Updated
Dec 7, 2020 - TypeScript
-
Updated
Dec 4, 2020 - TypeScript
-
Updated
Nov 10, 2020 - TypeScript
Hi, I am developer of VS Code and I am currently going through those extensions which has custom welcome experience (notifications / views) on install. VS Code provides Settings Sync feature OOB and users can have their machines in sync using this feature. So, when user sync such extensions with custom welcome experience, they should not be seeing welcome experience again in their other machines.
-
Updated
Dec 4, 2020 - TypeScript
-
Updated
Nov 30, 2020 - TypeScript
-
Updated
Nov 18, 2020 - TypeScript
-
Updated
Dec 4, 2020 - TypeScript
-
Updated
Dec 7, 2020 - TypeScript
-
Updated
Dec 3, 2020 - TypeScript
-
Updated
Nov 4, 2020 - TypeScript
-
Updated
Nov 8, 2020 - TypeScript
-
Updated
Sep 4, 2020 - TypeScript
-
Updated
Nov 5, 2020 - JavaScript
-
Updated
Nov 13, 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
Nov 24, 2020 - TypeScript
-
Updated
Sep 13, 2020 - JavaScript
-
Updated
Dec 7, 2020 - TypeScript
-
Updated
Dec 7, 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.