vscode-R icon indicating copy to clipboard operation
vscode-R copied to clipboard

Enable column selection for the data viewer

Open combiz opened this issue 3 years ago • 0 comments

When using the view() command with a data.frame, the data viewer does not allow for the selection of values in a single column.

Possible ways to enable this feature could include: (1) via clicking the column name (currently this triggers a column sort), (2) allow a mouse-click and vertical drag functionality without wrapping other columns in the selection, and (3) enabling the data viewer to use/launch a VSCode extension such as RainbowCSV.

combiz avatar Aug 18 '22 12:08 combiz