smallcloudai / refact-vs-classic

Refact for Visual Studio is a free, open-source AI code assistant
BSD 3-Clause "New" or "Revised" License
11 stars 13 forks source link

[VS Classic] Implement status bar #8

Open olegklimov opened 9 months ago

olegklimov commented 9 months ago

It needs to show:

digital-phoenix commented 9 months ago

@olegklimov can you elaborate on when it should show the unplugged icon and when it should show an error?

digital-phoenix commented 9 months ago

@olegklimov or did you just mean that the unplugged icon should visually stand out

olegklimov commented 9 months ago

@digital-phoenix unplugged is just this:

image

And this:

image

Give the LSP server a wrong address or something, you'll see an error. Or turn off Wi-Fi on your laptop.

digital-phoenix commented 9 months ago

@olegklimov do you have an image I could use for "|{ Refact" or the disconnected plug icon?

olegklimov commented 8 months ago

Almost! We need to give you @digital-phoenix a rotating icon. And a disconnected plug.

hazratisulton commented 7 months ago

no status popup, no icon changes when hovering;
no error message if you delete api key, close settings, open settings and add new incorrect key - still working;
no error message when change correct url to incorrect; if no API key there is message "500 Internal Server error, no caps available" instead of "Missing authorization header";
incorrect message "The API key is not recognized" when API key is incorrect; need to reload IDE when added correct API key; If an error occurred previously, after it disappears, the error is still displayed in the pop-up window when hovering

olegklimov commented 6 months ago
image

My list of unfinished things:

digital-phoenix commented 6 months ago

@olegklimov currently an error message is displayed as a tooltip if you mouse over the statusbar. Do you want the tool tip window to popup automatically when an error first happens?

olegklimov commented 6 months ago

No, it's too intrusive. Background and icon change are good ideas. But not a popup that might be annoying.

guptadeepak8 commented 4 months ago

@olegklimov i think the rotating icon is working what else need to be done