All notable changes to the "fancy-react-code" extension will be documented in this file.
- extract redux details and apply to component props
- extract default values for props
- fix test generation for mapStateToProps
- prevent generation of test suite for literal exports
- peformance fix for tree view
- open/create tests from tree view
- improved component prop type detection
- component props sorted in tree view
- fix: When trying to generate new component from snippet, only matches multiline components - issue #1
- feature: new component tree view, currently disabled by default
- feature: new setting
treeViewEnabled
to control new component tree view
- fix: port initModulePaths to help with resolving eslint plugins
- fix: add settings definitions so they can be loaded by vscode from user settings
- Add support for 'switch' action, which jumps from a source file to it's test file and back
- Exposes 'tests' action for generating jest tests from the export in the current source file
- Bugfix: activate new file before writing generated content
- Initial release
- Implements
generate
action