What is the word Symbol mean in PyCharm?
已回答
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?
请先登录再写评论。
Hi Grey Li! I believe it means "variable or class or function", in other words some Python object in your code.
Thanks!