Skip to content
Advertisement

Tag: pycharm

In PyCharm, how to navigate to the top of the file?

I’m new to PyCharm and haven’t been able to figure out what I’m sure is a very simple thing — what’s the key stroke to go to the top of the current file? (Bonus question — is there a way to scroll to the top of the current file without moving the cursor there also, a la the Home key

PyCharm shows unresolved references error for valid code

I am using PyCharm to work on a project. The project is opened and configured with an interpreter, and can run successfully. The remote interpreter paths are mapped properly. This seems to be the correct configuration, but PyCharm is highlighting my valid code with “unresolved reference” errors, even for built-in Python functions. Why don’t these seem to be detected, even

Advertisement