Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add Ln, Cols, Rows, and Files Size info to vscode status bar for data.preview #108

Closed
RandomFractals opened this issue Jul 15, 2019 · 1 comment
Labels
enhancement New feature or request UX User Experience enhancement

Comments

@RandomFractals
Copy link
Owner

RandomFractals commented Jul 15, 2019

move rows display from the top data.view toolbar to keep all stats in vscode status bar as most extensions do

Note: file size will be displayed in bytes, KB's, MB's and such, which is kind of important for binary data files such as Excel spreadsheets, Arrow/Avro data, etc.

@RandomFractals RandomFractals added enhancement New feature or request UX User Experience enhancement labels Jul 15, 2019
RandomFractals added a commit that referenced this issue Jul 23, 2019
RandomFractals added a commit that referenced this issue Jul 23, 2019
RandomFractals added a commit that referenced this issue Jul 23, 2019
+ show/hide data.preview stats status bar item display refinements
RandomFractals added a commit that referenced this issue Jul 24, 2019
- removed rows counter from data.view toolbar
- cleaned up data.view markup code
- added updateStats() to data.preview
- added rows/columns postMessage to data.view on viewer update
RandomFractals added a commit that referenced this issue Jul 24, 2019
+ changed Columns: stats label to Cols: to match Ln, Col text editor labels used by vscode general UI
RandomFractals added a commit that referenced this issue Jul 24, 2019
- get data file size only once on data load
- save file size, and updated row counts and columns info from data.view stats call
- changed Bytes label to bytes in fileUtils.formatBytes
- refined data.preview status text line lables and stats display formatting and spacing
RandomFractals added a commit that referenced this issue Jul 24, 2019
…les/data sets

i.e. Excel spreadsheets and md files for now

+ clrear loaded table list on md data reload
RandomFractals added a commit that referenced this issue Jul 24, 2019
+ format records count outoput in data.view console log for text and json data loads
@RandomFractals
Copy link
Owner Author

this is pretty much done, with 🈸 tables, rows, columns, file size and load time stats updated in vscode status bar on data view loads and config/filters changes

vscode-data-preview-large-data-stats

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request UX User Experience enhancement
Projects
None yet
Development

No branches or pull requests

1 participant