sanitizedUser
sanitizedUser

Reputation: 2115

How can one select multiple methods in VS Code?

How can I select multiple methods like in the example below?

Successful selection

The gif is from CppHelper extension.

When I try to select them with ctrl and left click, VS Code tries to find references instead of selecting them. Here is my attempt:

Selecting items with ctrl + left click

I also tried selecting mutliple lines with ctrl + L shortcut but no luck:

Selecting lines with ctrl + L

Should I install some extension that can do this or is this some in-built feature that I am missing?

Upvotes: 0

Views: 301

Answers (1)

Kamen Minkov
Kamen Minkov

Reputation: 3757

When clicking, hold down Alt, not Ctrl.

Upvotes: 1

Related Questions