Description:
Currently, long lines of text in the CMD+K Command Palette require horizontal scrolling, making it difficult to quickly read or review code snippets and commands. This is especially inconvenient when working on a laptop or a smaller screen, where horizontal scrolling disrupts the workflow.
Feature Request:
Add word wrap support to the CMD+K Command Palette, allowing long lines of text to automatically wrap within the window instead of requiring horizontal scrolling.
Use Case & Benefits:
- Improved Readability: Avoids breaking the reading flow, especially for long commands or code snippets.
- Better UX on Laptops: Eliminates excessive horizontal scrolling, making the interface more user-friendly on smaller screens.
- Increased Efficiency: Faster navigation and review of long text without needing to move back and forth manually.
Proposed Solution:
- Introduce a word wrap toggle in settings for the Command Palette.
- Automatically wrap long lines within the available width of the Command Palette.
- Optionally, allow users to enable/disable word wrap based on preference.
Would love to hear feedback from others who have experienced this issue!
Thanks!