PTVS icon indicating copy to clipboard operation
PTVS copied to clipboard

Python Tools for Visual Studio

Results 249 PTVS issues
Sort by recently updated
recently updated
newest added

_This issue has been moved from [a ticket on Developer Community](https://developercommunity.visualstudio.com/t/可以配置能直接在VS的调试视图中嵌入python的执行窗口,不用单独打开一个py/1624355)._ --- When debugging python programs, always automatically open a new window, it looks bad, can you add this function:...

enhancement
needs investigation

When typing a comment and Enter is pressed when there's text following the caret position, the next line is automatically commented, but these lines are inserted using CRLF, creating a...

bug
P3

This was original opened by Rich. See https://github.com/microsoft/pyrx/issues/3466 Visual Studio has a number of additions to the LSP. Unfortunately they're not documented yet. You can find them all by searching...

enhancement
P2

**Environment** ![image](https://github.com/microsoft/PTVS/assets/59192491/b99a95c5-f0cf-4b91-883e-8199c4660230) **Steps to Reproduce** 1.Create a solution with 2 Python application projects: ProjectC, ProjectD 2.Type same codes in both python files ``` def hello(): pass ``` 3.Menu to navigate...

bug

**Describe the bug** ![image](https://github.com/microsoft/PTVS/assets/82852072/3df65b85-e720-4541-9ed7-ae4b7030e339) **Steps to Reproduce** 1. Create a Python Application. 2. Create a conda environment. (Install Anaconda (downloads at https://www.anaconda.com/download/) if no Anaconda ) **Expected behavior** No error...

bug
user responded

_This issue has been moved from [a ticket on Developer Community](https://developercommunity.visualstudio.com/t/Subprocess-with-visual-studio-debugger-a/10333509)._ --- I'm facing a very annoying issue with Visual Studio 2022. Here's how to replicate it. Folder contents: ```...

needs investigation

_This issue has been moved from [a ticket on Developer Community](https://developercommunity.visualstudio.com/t/After-Save-As-with-a-different-name-cli/10532118)._ --- 1. Open a file from a .pyproj project, for example, aaa.py 2. Enable "Show All Files" (a button...

bug

**Describe the bug** When using Ipython for interactive mode, the commands seem to be executed right, but nothing is ever displayed in the command window. **Steps to Reproduce** 1. Pick...

bug
needs investigation

**Environment** ![image](https://user-images.githubusercontent.com/59192491/215973576-8c3c4d3d-bde2-415e-9eb1-c57e54e22b97.png) **Steps to Reproduce** 1.Create a new project 2.Type some codes in the default file 3.Debug->Execute Project in Python Interactive **Expected behavior** 'hello world' can print up in Python...

bug
P2