-
Updated
Nov 3, 2020 - Ruby
refactoring
Here are 655 public repositories matching this topic...
-
Updated
Nov 7, 2020 - Python
-
Updated
Oct 24, 2020 - Python
-
Updated
Nov 7, 2020 - PHP
-
Updated
Jun 18, 2019 - JavaScript
-
Updated
Oct 1, 2019
-
Updated
Jan 9, 2020 - Java
-
Updated
Nov 3, 2020 - Python
-
Updated
Oct 25, 2020 - Vim script
-
Updated
Feb 19, 2020
-
Updated
Sep 3, 2020 - Python
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 6, 2020 - Emacs Lisp
-
Updated
Nov 1, 2020 - OCaml
-
Updated
Oct 25, 2018 - JavaScript
-
Updated
Nov 6, 2020 - Scala
-
Updated
Nov 3, 2020 - PHP
-
Updated
Nov 5, 2020 - Go
-
Updated
Apr 17, 2017 - JavaScript
-
Updated
Aug 27, 2019 - Vim script
-
Updated
Oct 4, 2020 - Go
-
Updated
Dec 16, 2019 - C++
-
Updated
Sep 21, 2020 - Ruby
Add About Dialog
The About Dialog should roughly look like this:
The dialog cannot change its window size. Pick up a size that is not too small and not too big and can fit on a 14" laptop screen ;-)
About Tab
If there is an internet connection fetch the data from GitHub and VS Marketplace and
-
Updated
Feb 9, 2020 - Vim script
-
Updated
Nov 2, 2020
-
Updated
Oct 31, 2020 - Python
Improve this page
Add a description, image, and links to the refactoring topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the refactoring topic, visit your repo's landing page and select "manage topics."

And, ideally, a configurable list of annotations denoting generated source or AST structures.
See #105 for the kind of issue this seeks to avoid, and the limitations of this fix.