gencay / vscode-chatgpt

An unofficial Visual Studio Code - OpenAI ChatGPT integration
ISC License
3.5k stars 760 forks source link

Suggestions and formatting #11

Closed ivanglushko closed 1 year ago

ivanglushko commented 1 year ago

Thanks for an amazing extension ❤️

I have several suggestions:

  1. Can we get a setting for customizing font
  2. The code formatting is odd for now. I'd like to have something like in pic below. It becomes much clear where is the code parts are. [We should handle dark/light theme] Screenshot 2022-12-09 at 23 09 27
  3. A clear conversation button would be nice as well!
  4. A little say npm package would make a great addition as it would allow to convert text into Speech
gencay commented 1 year ago

Thanks @ivanglushko, glad you liked it! I made a recent change to use your visual studio code's code font family to render code in the conversation window. For your#1 I think that'd be sufficient.For #2 The syntax highlighter that my extension uses doesn't put a background color on the code but just changes formatting. A reset thread is something I am considering introducing in future versions! Could you elaborate a bit more about your #4?

gencay commented 1 year ago

@ivanglushko please check out the v1.5.0 better theming, clear conversation support and more. Let me know how you like it!

ivanglushko commented 1 year ago

@ivanglushko please check out the v1.5.0 better theming, clear conversation support and more. Let me know how you like it!

Awesome! I see the clear button is there and export convo (nice one).

Yeah so what I meant under 4th number is that would be awesome to have and embeded option to speak out the answer [you can use something like say it's easy just pass the text to say.speak func (make sure to call say.stop firstly)]

I like the new functionaly for the code but the layout of the buttons is covering the code itself

Screenshot 2022-12-11 at 19 43 49

Overall great updates ☺️