Adds support for "extract to method" to VSCode.
- Extract to Class Method
- Extract to Global Function
- Extract to Inline Function
- Detects which extraction strategy is relevant to the selected code
- Detects external parameters and their types
Select some text and press cmd+.
- Doesnt support extracting commands with the
await
keyword
- Quite a bit (probably)
Fix Typescript issue by upgrading to babel-template 7
Load Typescript/Flow by file type
Initial Release