Redux dispatchers don't autosuggest
Is there any way to get a dispatcher mapped inside the mapStateToProps() object to autosuggest in Phpstorm? I have to type this.props.dispatchUpdateStateData manually each time. It lints correctly once fully typed out but having autosuggest for my Redux dispatchers.
请先登录再写评论。
Please can you provide files/code snippets that can be used to recreate the issue?
Note that WebStorm doesn't currently support Redux - see https://youtrack.jetbrains.com/issue/WEB-27368 and linked tickets