An documentation generator for JavaScript functions and class methods. It detects undocumented functions and class methods in your Javascript / Flow / React file and creates a documentation template above the function or method.
CMD + Shift + P -> Create Docs
- ES6
- Presets of React
- Presets of Flow
- States ( only initialized in the constructor )
Feel free to open issues and PRs. You can look here for more details.
- Fork it (https://github.com/oyilmaztekin/vscode-undoc/fork)
- Create your branch (
git checkout -b fix/issue-id
) - Commit your changes (
git commit -am 'Fixed something...'
) - Push the branch (
git push origin fix/issue-id
) - Create a new Pull Request
- Create doc with selecting function or method
- Currying function
- PropTypes