PTVS
PTVS copied to clipboard
The Quick Action icon for 'remove unused imports' only appear if the code is selected.
Describe the bug
Steps to Reproduce
- Create a Python Application project
- Input some code
import array; import glob; import math
print(math.cos(10))
- Move the cursor to a one line
- The Quick Action icon should appear in front of this line.
Expected behavior
Additional context and screenshots
You must select this line of code for it to appear.