We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Many users face the same issue as there is no Auto-adjust Column Widths feature in dataWrangler Current Issue Users spend excessive time manually adjusting column widths in the VS Code data viewer, reducing productivity. Proposed Solution Add settings options to: Hide the data insight panel Automatically adjust column widths to the minimum required size Column width should be set to the greater of: Minimum width for column header Minimum width for longest data entry Benefits Save time on manual column adjustments Improve initial data view and scanning Provide customizable user experience Implementation Suggestion Add new VS Code settings: "dataWrangler.autoAdjustColumns": true, "dataWrangler.hideDataInsights": true It would be usefull adding a keyboard shortcut or context menu for quick toggling. This feature would significantly enhance data viewer usability and efficiency for VS Code users working with data.
Many users face the same issue as there is no Auto-adjust Column Widths feature in dataWrangler
Users spend excessive time manually adjusting column widths in the VS Code data viewer, reducing productivity.
Add settings options to:
Hide the data insight panel
Automatically adjust column widths to the minimum required size
Column width should be set to the greater of:
Minimum width for column header
Minimum width for longest data entry
Save time on manual column adjustments
Improve initial data view and scanning
Provide customizable user experience
Add new VS Code settings:
"dataWrangler.autoAdjustColumns": true, "dataWrangler.hideDataInsights": true
It would be usefull adding a keyboard shortcut or context menu for quick toggling.
This feature would significantly enhance data viewer usability and efficiency for VS Code users working with data.
Originally posted by @Sutyke in #206
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Originally posted by @Sutyke in #206
The text was updated successfully, but these errors were encountered: