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

**Describe the bug** Seems like I can't hide the navigation bar while a .py file is open in vs2022, work fine in vs2019 **Steps to Reproduce** 1. Open a .py...

bug

_This issue has been moved from [a ticket on Developer Community](https://developercommunity.visualstudio.com/t/Visual-Studio-2022-crashes-when-i-try-to/1698469)._ --- [severity:I'm unable to use this version] Hi! When i right-click on the python environment and press "Manage Python...

waiting for response

Integration tests are broken in multiple ways. Try to get them healthy again.

Technical Debt

**Environment** ![image](https://user-images.githubusercontent.com/59192491/172123637-b30fd809-4a81-4414-8cab-4f99b02f83e2.png) **Steps to Reproduce** 1.Create a module7.py under D:\test_pythonpath 2.Add the module7.py path to PYTHONPATH ![image](https://user-images.githubusercontent.com/59192491/172125741-bde8825e-b73a-4a2d-a80a-24de034badaf.png) 3.Launch VS and create a pythonapplication, make sure "Ignore system-wide PYTHONPATH variables" is...

needs investigation

For a foo.pyproj project created in VS2015~VS2022(up until today, 2022.06.05), if user sets script argument, the argument is saved in foo.pyproj itself . ![image](https://user-images.githubusercontent.com/38829153/172062188-46b5d2c1-1a59-4eb9-ac5a-0c2a78e53358.png) foo.pyproj will be injected with XML...

enhancement

**Environment** ![image](https://user-images.githubusercontent.com/59192491/119951195-4400bf80-bfce-11eb-97d5-337345270688.png) **Steps to Reproduce** 1. Checked the "Prompt before running when errors are present" in tools/options/python/debugging 2. Create a python application project 3. Type print("hello python" in default opened...

**Environment** ![image](https://user-images.githubusercontent.com/59192491/119940185-66d8a700-bfc1-11eb-85b5-2651f0b55f37.png) **Actual result** **1. Extract method and remove imports are missing.** 1. Go to to Edit> Refactor 2. Observe ![image](https://user-images.githubusercontent.com/59192491/119954982-25042c80-bfd2-11eb-9625-693e999afae0.png)

**Describe the feature you are requesting** I would like the code like `string = f'label {value}'` to have "value" highlighted differently than the rest of the string inside the quotes....

enhancement

_This issue has been moved from [a ticket on Developer Community](https://developercommunity.visualstudio.com/t/Python-code-coloring-loses-track-of-ino/10042112)._ --- The Python code below, simplified from _GetTextInside in https://source.chromium.org/chromium/chromium/tools/depot_tools/+/main:cpplint.py;l=59?q=cpplint.py&sq=, causes problems for the Python syntax coloring. The syntax...

waiting for upstream

**Describe the bug** ![image](https://user-images.githubusercontent.com/82852072/168978006-7adfb783-fcb3-4fc5-bb87-be1967a97c91.png) **Steps to Reproduce** 1. Create a Python Application. **Note: Launch VS under a non-admin user.** (Create a local user account, log in to the account, and...

needs investigation