olasunkanmi-SE / codebuddy

A Generative AI Assistant for VSCode is an innovative extension that utilizes machine learning to help developers generate code, complete tasks, and streamline their workflow. This intelligent assistant can understand natural language input and respond accordingly.
Apache License 2.0
18 stars 11 forks source link

Issue #54 & #48 Copy button and Scroll down button #78

Closed FakhrulZiq closed 3 months ago

FakhrulZiq commented 3 months ago

Hello @olasunkanmi-SE ,

I have made a PR for this issue https://github.com/olasunkanmi-SE/codebuddy/issues/54 & https://github.com/olasunkanmi-SE/codebuddy/issues/48

Here are the changes I have implemented:

Copy Button for Code: Added a copy button to code snippets, allowing users to easily copy code with a single click.

Scroll Down Button: Implemented a scroll down button to quickly navigate to the latest content in the interface.

Here is a screenshot of the updated interface: image

Please let me know if this feature aligns with the project's goals, and I'd be happy to work on it.

Thank you!