wrong with auto-complete #5141
Labels
area-intellisense
LSP-related functionality: auto-complete, docstrings, navigation, refactoring, etc.
bug
Issue identified by VS Code Team member as probable bug
Environment data
There maybe some bug about auto-complete of tensorflow,when I type 'tf.' there are no useful selection appearing,but the last version is ok. moreover, the time analysing code is much longer than the last version.
Expected behaviour
The auto-complete run well when I use tensorflow
Actual behaviour
XXX
Steps to reproduce:
import tensorflow as tf
tf.
Logs
Output for
Python
in theOutput
panel (View
→Output
, change the drop-down the upper-right of theOutput
panel toPython
)Output from
Console
under theDeveloper Tools
panel (toggle Developer Tools on underHelp
; turn on source maps to make any tracebacks be useful by runningEnable source map support for extension debugging
)The text was updated successfully, but these errors were encountered: