I've been trying to solve this issue for a few days. I've looked through all other Stack Overflow questions related to this topic but have yet to find a working solution.
I have created a smart contract and uninstalled/reinstalled @chainlink/contracts multiple times via npm and yarn. However, I am still unable to import Chainlink contracts such as:
import "@chainlink/contracts/src/v0.8/VRFConsumerBase.sol";
These imports are working just fine on Remix, however when using WebStorm the import fails. Any insight would be greatly appeciated.