PTVS
PTVS copied to clipboard
IntelliSense which is modified manually does not work after restart the VS.
Environment
Situation1
Steps to Reproduce
- Add folder to search path Module1.py file prepared with below code copied to c:\test folder
def summizing(title: str, mock: bool):
pass
def addcross(a: int, b: int):
a = a+1
b = b+1
return a * b
- Right-click Search Paths Node in SE and select Add folder to Search Path
- The contents are scanned and made available to intelliSense. Type from module1 import * to make sure it works
- Restart the VS
Additional context and screenshots
Search Paths does not work after restart the VS. The "Module1" could not be resolved.
Even though create a new project, repeat to add the folder to Search Path. IntelliSense does not work.
Situation2
Steps to Reproduce
- Create a solution with 2 Python application projects: ProjectA, ProjectB
- Add some python files to each project
- From ProjectA, right click Add Reference and select ProjectB.
- Verify that ProjectA search paths was automatically updated with a path to ProjectB
- Check that in ProjectA you get intellisense against modules in ProjectB
Additional context and screenshots
No intellisense in ProjectB.
This issue is not reproduced on the latest build
So I closed this issue.
This issue reproduce on today's build, so I reopen this issue.
Between python applications
Between Python Application and C++ project
We will try to repro this and take a look.
This issue reproduced on today's build.
I can repro in today's build 17.2.0 Preview 3.0 [32328.412.main].
After start debugging(F5), the intellisense is missing.
This issue reproduced on today's build.
IntelliSense does not work when import folder outside the workspace after restart VS
In today's latest build:17.6.0 Preview 3.0 [33508.333.main], Python package:17.0.23065.2
the ProjectB's path in ProjectA's Search Paths
is missing after restarting VS
In today's latest build:17.6.0 Preview 3.0 [33521.512.main], Python package:17.0.23068.1
No IntelliSense when add folder to Search Path and no IntelliSense when add Zip Archive to Search Path
This issue repro on today's build