Shoaib Chikate
Shoaib Chikate

Reputation: 8975

Intellij doesn't show compile time error

I am unable to find any error in Intellij even after making mistakes

For example: If i write following statement

  String str1 =new String("Shoaib")

It should show red color stating that ; is missing.But it is unable to do so. I may have change something internally

What i need to do to work above issue

Upvotes: 0

Views: 549

Answers (1)

Anup
Anup

Reputation: 56

To fix this just disable the power saver mode and add the live edit plugin. When you disable the power saver mode it will automatically prompt in right bottom corner for installing the live edit plugin just click yes on it and restart your intellij, It will work as expected.

Upvotes: 1

Related Questions