How to disable 'cannot resolve symbol' error?
Hi,
I am using Panda.js game engine in webstorm and after upgrading to 2016.2 in the next code snippet:
game.module(
'game.mygame.player'
)
.body(function() {
....
});
I got the following error:
ERROR: 'cannot resolve symbol 'game.mygame.player'
What's causing this error and how do I disable the notification of it in webstorm?
Thanx,
Stephan
Please sign in to leave a comment.
hit Alt+Enter on 'game.mygame.player', then hit Right, choose 'Suppress for statement'
Hi Elena,
Thanx for your reply. In the editor nothing happens when I hit 'Right'. After Alt+Enter I just see a link to the adjust code style settings panel which nowhere (see image). What am I doing wrong here? :-~
hmm... to me, 'suppress for statement' is available on Alt+Enter (I don't need hitting Right)