After importing Pandas, when creating a pandas dataframe, Intellisense doesn't show the available attributes/methods of the created object.(Image 2, where I try to use the .head() function).
It detects the module pd(pandas) methods without any problem (see Image 1).
I don't have this problem when running a Jupyter Notebook or Jupyter Lab on the browser.
I'm using:
- Windows 7
- Python 3.8.3 in a Conda environment.
- VSCODE 1.46.1
- Python extension 2020.6.90262
- Microsoft Language Server
- Visual Studio Intellicode 1.2.8
IMAGE 1: It uses intellisense to detect the module methods/attributes

IMAGE 2: Intellisense doesn't show the pandas object available attributes/methods
