orif
orif

Reputation: 362

Php storm doesn't recognize JavaScript

I was working on the PHPStorm IDE, all was perfect, but I just don't know what has happened now it's not recognizing Javascript, .js files are appearing like dtd files.

Has anybody had this kind of issue?

here's the issue in more detail

Upvotes: 3

Views: 3039

Answers (1)

CrazyCoder
CrazyCoder

Reputation: 401887

Please see Settings | File Types. Verify that your files are associated with the JavaScript file type. Also ensure that JavaScript plug-in is enabled in Settings | Plugins.

Upvotes: 5

Related Questions