Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WebStorm code-completion doesn't work with most of @redux-tools/react exports #151

Open
dunaevskiy opened this issue Jun 3, 2020 · 1 comment

Comments

@dunaevskiy
Copy link
Contributor

WebStorm (IntelliJ) IDE cannot auto-complete redux-tools functions from the last @redux-tools/react package.

Steps to reproduce:

yarn init -y
yarn add @redux-tools/react

Create a simple .js file. This file is able to use autocomplete feature only for these functions:

import { makeMiddlewareEnhancer, makeReducersEnhancer } from '@redux-tools/react';

They are exported with aliasing, e.g. export { name as differentName } from .... The rest is unavailable.

@wafflepie
Copy link
Collaborator

I think the solution might be to replace export from syntax with manual importing and exporting.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants