What is the word Symbol mean in PyCharm?

Answered

Maybe it's a silly question. I have seen a lot of 'symbol' in PyCharm and PyCharm documentation, such as 'create symbol' or 'search symbol', but what is it mean?

0
2 comments

Hi Grey Li! I believe it means "variable or class or function", in other words some Python object in your code.

1

Please sign in to leave a comment.