I have been looking online for this answer and it seems to be eluding me so I am sorry if this is a repeat question.
Let's say I create a variable in python called 'dataframe' and execute that line of code and now I want to view it in the console. I used to be able to type 'dat' and then hit the tab key and it would autofill for me. Now, all that happens is once I hit tab, it tabs.
This was working for me until today. I am running windows 10, with the latest versions of VS Code and Python.
I made sure I had auto tab completion in VS Code settings on, I downloaded various packages (pyreadline, ptpython), none seem to bring back this functionality.
Any ideas on how to correct?