PTVS icon indicating copy to clipboard operation
PTVS copied to clipboard

IntelliSense and ErrorList Window don't work after new a project

Open linette-zyy opened this issue 2 years ago • 2 comments

Environment image

Steps to Reproduce 1.Create a project and write 'print xxxx' in default .py file 2.File -> Project, same steps as step1 3.Check the IntelliSense and ErrorList Window

Expected behavior IntelliSense and ErrorList Window work well

Actual behavior error list

linette-zyy avatar Aug 04 '22 07:08 linette-zyy

image I can repro this in today's latest build

linette-zyy avatar Aug 08 '22 07:08 linette-zyy

I can also repro this in multiple scenarios , IntelliSense works well, but the error list window still doesn't work.

In VS, File -> New -> Web Project -> Add a python file error list_add_webproject2

In VS, File -> Open -> Folder -> one existing folder - > Add a python file error list_open_folder

image Create C++ extension for Python 3 9

NOTE: Error list window only gets back to normal after restarting VS

linette-zyy avatar Aug 08 '22 07:08 linette-zyy

Hey @StellaHuang95, FYI I believe I have a fix for this issue: https://devdiv.visualstudio.com/DevDiv/_git/VSLanguageServerClient/pullrequest/422648

gundermanc avatar Sep 13 '22 17:09 gundermanc

@gundermanc Thanks!! I will wait for it to merge in to VS and run the tests😊Thank you so much!

StellaHuang95 avatar Sep 16 '22 17:09 StellaHuang95

Confirmed fixed in the latest version. image

StellaHuang95 avatar Sep 20 '22 21:09 StellaHuang95