You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| /clear| Clear the chat window. <br> Example: `/clear`| Yes | No |
44
43
| /doc| Add comments for specified or selected code. <br> Examples: <br>- `/doc DeleteBasketAsync method in BasketService.cs`</br>- select desired code and enter `/doc`| Yes | Yes |
45
44
| /explain | Get code explanations. <br><br> Examples: <br> - `/explain the AddItemToBasket method in BasketService.cs`</br>- select desired code and enter `/explain`| Yes | Yes |
46
45
| /fix | Propose a fix for problems in the selected code. <br> Examples: <br> - `/fix the SetQuantities method in BasketService.cs`</br>- select desired code and enter `/fix`| Yes | Yes |
0 commit comments