Thenrich2009

- Total activity 16
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 6
-
Thenrich2009 commented, -
-
Thenrich2009 created a post, How to stop this kind of wrapping during code reformatting?
I have this Typescript code and when I reformat the code the ‘[]);’ part goes to a new line. I can't find the setting to disable this behavior. React.useEffect(() => { setStates(stateOption... -
Thenrich2009 created a post, Why am I not able to go to the implementation of a method in an external assembly instead of just the interface?
I have this line of code that uses Mediatr: var vm = await Mediator.Send(new GetCustomerDetailQuery { Id = id });Mediatr is an external package. I am trying to go to the implementation of t... -
Thenrich2009 created a post, How to switch LLM model in the AI Assistant?
How to switch LLM model in the AI Assistant? I am not seeing an option like Rider. -
Thenrich2009 commented, -
Thenrich2009 created a post, Can R# show the type of a variable during debugging upon hovering?
When hovering over a variable or 'var' I am unable to know the type of the variable. I use QuickWatch to know. Does R# provide a feature to make knowing quicker? -
Thenrich2009 commented, -
Thenrich2009 created a post, AnsweredHow to exclude Javascript files or folders from code cleanup?
How to exclude Javascript files or folders from code cleanup? I duplicated the full cleanup profile and unchecked all the Javascript and Typescript options and saved it. Selected it for a code clea...