linette-zyy

Results 45 issues of linette-zyy

**Environment** Build of Visual Studio: 17.1.0 Preview 2.0 [31904.282.main] Build of Python Package: 17.0.21295.2 OS version: Windows 11 Enterprise 21H2 Python install from Microsoft Store **Steps to Reproduce** 1. Create...

bug
P2

**Environment** ![image](https://user-images.githubusercontent.com/59192491/147221314-c0117398-f2b5-49fe-8ff0-ebefcc1162f9.png) _**Situation1**_ **Steps to Reproduce** 1. 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...

bug
P1

**Environment** ![image](https://user-images.githubusercontent.com/59192491/132807285-58a5f8f9-8996-4be6-b945-a3571371bbd9.png) **Steps to Reproduce** 1. Create a new Python application 2. Right click Python Environment --> Add Environment to create a Conda environment 3. Close the VS and restart...

bug
P2

**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

**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)

**Environment** ![image](https://user-images.githubusercontent.com/59192491/129860334-6c40089a-9c81-4912-8a62-5129eb86ce1b.png) **Steps to Reproduce** 1. Create a Python Application project 2. Input some code 3. Move the cursor to a one line 4. The Quick Action icon appears in...

waiting for upstream

**Environment** ![image](https://user-images.githubusercontent.com/59192491/159846749-c6e3d849-64fa-4114-a9b7-185343aabb92.png) **Steps to Reproduce** 1. Create a new Python project 2. Create a virtual environment 3. Close the VS 4. Click “Save” to save some changes ![image](https://user-images.githubusercontent.com/59192491/159846945-4eab51ef-13ad-44e9-9be5-2a2881261d16.png) ![image](https://user-images.githubusercontent.com/59192491/159846972-fbbb588e-c55e-4c2d-a1cf-b270f0b2b1a9.png) 5....

**Environment** ![image](https://user-images.githubusercontent.com/59192491/119962269-7237cc80-bfd9-11eb-9f5b-ce827b1c7f60.png) **Steps to Reproduce** 1. Using module combo box, switch to io module 2. Define a new method: def hello(): pass 3. Check that it exists: dir() 4. Switch...

enhancement

**Environment** ![image](https://user-images.githubusercontent.com/59192491/119960743-dfe2f900-bfd7-11eb-8a6f-95f66ccbb568.png) **Steps to Reproduce** 1. Ensure the completion mode is not "Never evaluate expressions" 2. Ensure the option "Hide static analysis suggestions" is unchecked by default ![image](https://user-images.githubusercontent.com/59192491/119961167-554ec980-bfd8-11eb-88ae-f21b984bc270.png) **Expected behavior**...

bug
P3