-
Notifications
You must be signed in to change notification settings - Fork 676
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Visual Studio 2022 does not show intellisense when working with python #8126
Comments
Hi Iappreciate your response to this issue. Sure, I will forward the logs today. I does not work even now. I see this problem in Visual Studio 2022 only while the VS Code works fine. As I am visually impaired, I totally depend only on VS 2022 and other editors does not support this level of accessibility. I will get beack with the logs today. Thanks |
Hi, Could you please let me know the path where I can find these log files? Awaiting your reply. Thanks |
Hi Stella, Forwarded here is the log from my VS 2022. |
Hi Stella, The checkboxes that pertain to the intelisense appear disabled in the Tools->options->text editor->python item. |
Forwarding my latest logs. |
Hi @balachander1964, this is not the log we are looking for. If you could go to View -> Output -> Show output from Pylance, and save the logs to a .txt file and share that with us, that would be helpful. Please don't forget to change the log level to "Trace". Thank you. |
Sure Stella. I will forward the logs. Thanks |
Uploading one more version of the log after running a python source file. |
This issue got sorted out after I installed the latest update.Thank you for your help. |
I am a python developer and am using Visual Studio 2022 to work with LangChain, OpenAI, and Vector Databases based projects. Visual Studio 2022 stopped bringing intellisense suggestions when typing my code. In addition, I am not able to enable intellisence from the options->Text Editor -> python -> General dialog box; check boxes that pertain to the intellisense are disabled. I deleted the
.vs
folder and restarted my VS environment. But nothing works. I will appreciate if you let me know how to fix this. Awaiting your reply. **Steps to Reproduce
2.Add a source file that uses langchain, OpenAI, and VectorDB to implement Retrieval QA
Close the project and exit VS. Restart the VS and losd the project and open the file again.
3.After adding the import statement
import langchain_community
, typefrom langchain_community.
Expected behavior
The VS editor should list the members and child packages.
The text was updated successfully, but these errors were encountered: