folder has red squiggly underlining it
Answered
Please sign in to leave a comment.
This usually means that IDE found invalid code (error severity level) in one of the files in that folder.
Hi,
Then how to make it valid code?
Thank You
Hi Abbsabyd1,
PyCharm shows inspections in the code and if you hover them you will see the description. The ones underlined with red colour should be fixed first.
Hi,
I have error in my pyhon code but pycharm is not showing red underline under filenames. How to resolve this issue.
@Gambhir Ashish24
Have you selected project interpreter? PyCharm will only highlight errors if you have interpreter selected. Otherwise, provide your code sample.