W
W
Web__Nikita032019-03-20 12:24:48
Python
Web__Nikita03, 2019-03-20 12:24:48

Why doesn't Visual Studio show tooltips?

When I write in VS, hints (by type you type p and print() pops up, you type lst. and append() pops up) works every other time. Whereas in pycharm everything is perfect. This is not a problem when the project is simple. But sometimes I use different modules, and I don’t remember which parameters to pass, then it’s problematic. Is it possible to do it like in pycharm? Pycharm is not suitable.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
M
MechanicZelenyy, 2019-03-20
@Web__Nikita03

Probably because he can't.
Due to the fact that python is a dynamic programming language, a variable can hold anything and have any methods, so it is very difficult for the environment to determine what options there are for addition. pycharm seems to be a smarter code and library analyzer.

B
BasiC2k, 2019-03-20
@BasiC2k

Try hitting "Ctrl+Space" when you're done.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question