useIntervalFn not recognized by PHPStorm
See original GitHub issueVersion: 6.7.5 IDE: PHPStorm 2021.2.3 OS: Win 10
Problem:
import { useIntervalFn } from "@vueuse/core";
as you can see, I am importing useIntervalFn from @vueuse/core. I didnt notice when it started to happen, but now, my IDE says “cannot resolve symbol ‘useIntervalFn’” and it is red as on image below.
What is weird? When I CTRL+click on red function title, it would jump to function declaration in index.d.ts located at node_modules/@vueuse/core/node_modules/@vueuse/shared directory.
I tried to reload caches, reinstall packages, nothing helped. App still compiles without problems.
Does someone know any solution for this? Thank you.
Issue Analytics
- State:
- Created 2 years ago
- Comments:6
Top Results From Across the Web
PhpStorm - Code Inspections in JavaScript and TypeScript
Reports a collection of fields or variables whose contents are either queried and not updated or updated and not queried. Such mismatched ...
Read more >How can I fix WebStorm warning "Unresolved function or ...
Go -> Preferences-> Editor-> Inspections-> JavaScript-> General. and you will find a list and just unchecked ...
Read more >setTimeout vs setInterval | Top 4 Differences You Should Know
This is a guide to setTimeout vs setInterval. Here we discuss key differences with infographics and comparison table respectively.
Read more >How to use setTimeout() in JavaScript? - Tabnine
The setTimeout function is a native JavaScript function. It sets a timer (a countdown set in milliseconds) for an execution of a callback...
Read more >IntelliJ Live Templates for Typescript and React - GitHub
Live templates for Typescript and typed React code, for IntelliJ Idea, Webstorm, PHPStorm and other Jetbrains IDEs. With sensible variable expressions and ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Anybody facing this issue as well?
Exact same issue here with current version of Webstorm when using
useDebounceFn
. Would be really nice if this could be fixed.