devchat-ai / devchat

Automate your dev tasks with AI-powered scripts, from your IDE's chat panel.
https://www.devchat.ai
Apache License 2.0
340 stars 39 forks source link

Feature Request: Configurable Display Option for CodeLens Buttons #311

Open yangbobo2021 opened 5 months ago

yangbobo2021 commented 5 months ago

Description

There's a need for a configuration option to toggle the visibility of CodeLens buttons. Currently, these buttons are always displayed, which can be distracting for some users. It would enhance the user experience by providing a choice on whether to show these buttons only when needed.

Suggested Solution

Implement a setting in the preferences that allows users to select if and when the CodeLens buttons should be visible. Options could include always visible, visible on hover, or completely hidden unless triggered by a specific action.

Benefit

This feature would cater to varied user preferences, making the coding environment more customizable and less cluttered for those who find the permanent display of CodeLens buttons unnecessary or distracting.

Use Case

For users who rely heavily on an uncluttered interface for focused coding sessions, having the option to control the visibility of CodeLens buttons would be invaluable. This flexibility could also benefit those who occasionally find these features helpful but do not need them at all times.