sassoftware / vscode-sas-extension

This SAS Extension for Visual Studio Code provides support for the SAS language, including features such as SAS syntax highlighting, code completion, hover help, code folding, outline, SAS code snippets and run SAS code.
https://sassoftware.github.io/vscode-sas-extension/
Apache License 2.0
117 stars 47 forks source link

Inconsistency between column title on table viewer and dataset variable name #1117

Closed Zhirong2022 closed 1 month ago

Zhirong2022 commented 2 months ago

Describe the bug Open VSC SAS Extension with version 1.10.0 to check the issue. It would be beneficial to the programmer if the column title is consistent with the variable name in dataset.

Steps to reproduce 1.Open table CARS under SASHELP 2.Type code below to show variable name of CARS table

proc contents data=sashelp.cars;
run;

Expected behavior Column title on table viewer is consistent with the variable name in dataset

Screenshots image

Environment (please complete the following information): Client OS: [e.g. Windows 11] Extension version: [e.g. v1.10.0]