I don't how to fix this red underlines I recently got in my routes files.
What I did: I split up my routes files into 3 files: - routes - rest.routes - web.routes And after I did, IntelliJ said something about "We have a new program that can handle .routes files" and I clicked yes to it. <-- Stupid me :(
Can also mention that I cant remember what addon that was installed, and I cant find any addons that differs from previous versions.
Before there was no "spellchecking" on the file, but now I get this box in top of the file saying "Project SDK is not defined 'Setup SDK' ". It also gives the red "undelining" similar to spellchecking under every single line of code in the file.
The code itself works great, its just very frustrating to have these red lines everywhere.
Anyone know how to get rid of it?
Highly appreciated!
*.routes
andPlay 2 Framework routing file
is registered as a pattern. – Matthias A. EckhartPlayframework Support
is listed in the table and enabled? – Matthias A. Eckhart