Abdu Bukres
- Total activity 491
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 189
-
Created What are the equivalent of Copilot's / and # commands in AI Assistant?
What are the equivalent of Copilot's '/' & '#' commands in AI Assistant? How do I reference the selected code, method, or some file or the current code in the editor? Github Copilot has the / and #... -
Created Is there a way not to align methods parameters in columns?
I am using the “Align similar code in columns” style formatting to align the methods names and variables names so they are flush to the left. However it's also aligning the paramaters names in the ... -
Created 'Chat Limited Exceeded' message from the AI Assistant
I got a 'Chat Limited Exceeded' message from the AI Assistant when I asked a question that was specific to the project I was in. Looks like R# sent 16 files to the assistant. I am guessing these fi... -
Created How to make the AI Assistant show up on the right side of the editor instead of the left side?
CompletedHow to make the AI Assistant show up on the right side of the editor instead of the left side? -
Created ctrl-shift-/ (commenting ) not working in css files
ctrl-shift-/ (commenting ) is not working in css files. It doesn't do anything. It works in cs files. I am using R# 2923.1. I also can't find any settings for css -
Created Full cleanup not removing regions
AnsweredRegions are not being removed during full cleanup.I have Remove Region set to All for the default pattern. Apply file layout is being used for Full Cleanup.I ran the Full Cleanup at the solution le... -
Created Why is extract interface to existing interface not in 'Extract Interface' but in 'Pull members up'?
CompletedWhy is extract interface to existing interface not in 'Extract Interface' but in 'Pull members up'?This feels unintuitive and not natural? -
Created Why no option for 'Specify type explicitly' just for the one line?
CompletedI wanted to specify a type explicitly for a line and got options to do it for the method, for the class, for the project and for the solution.Why there's no option to do it for just the line I am o... -
Created Can Visual Studio start without R# opened windows like the Find Results one?
CompletedWhen I start Visual Studio it starts with R#'s windows like Find Results. Maybe these were opened when VS was closed. I suspect these windows are slowing down the VS's startup. Also Find Results op... -
Created How to stop all the debug unit tests in one go?
AnsweredHow to stop all the debug unit tests in one go? It seems debug unit tests are running in parallel and I have to manually stop each one.