How to select text columns in the editor?

4

I'm editing some files with VS Code and need to select an entire column of the 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 the dates at the same time.

    
asked by anonymous 30.10.2017 / 18:02

1 answer

4

Press Shift + Alt and select the desired area.

    
30.10.2017 / 18:04