PTVS icon indicating copy to clipboard operation
PTVS copied to clipboard

The Quick Action icon for 'remove unused imports' only appear if the code is selected.

Open ttSpace opened this issue 10 months ago • 3 comments

Describe the bug

image

Steps to Reproduce

  1. Create a Python Application project
  2. Input some code
import array; import glob; import math
print(math.cos(10))
  1. Move the cursor to a one line
  2. The Quick Action icon should appear in front of this line.

Expected behavior

image

Additional context and screenshots

image

You must select this line of code for it to appear.

remove

ttSpace avatar Apr 24 '24 07:04 ttSpace