Vuex namespaced Module navigation detection.

When I have namespaced module and access a function Rider doesn't detect that it's used.

Is there a way to configure this detection?

Here is an example how I bing the `setEvaluation()` function from `voting` namespace in a component.

Rider doesn't detect this as being used:

NOT namespaced functions support navigation and "Find Usages" option.

0
1 comment

Vuex namespaces are not currently supported, please follow https://youtrack.jetbrains.com/issue/WEB-26950 for updates

1

Please sign in to leave a comment.