How to select text columns in the editor?

Asked

Viewed 2,558 times

4

I am editing some files with VS Code and need to select an entire column of file.

For example:

Insert Into Tabela (Data, Nome) Values
(2017-07-05, 'Huginho')
(2017-08-08, 'Zezinho')
(2017-11-25, 'Luizinho')
(2017-12-12, 'Donald')
(2017-09-06, 'Margarida')

I want to select all dates at the same time.

1 answer

4


Press Shift + Alt and select the desired area.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.