Home
Rider Support | JetBrains
Contact Support
Community
Sign in
Andrew Krieg
Total activity
11
Last activity
July 16, 2024 16:55
Member since
July 12, 2024 15:28
Following
0 users
Followed by
0 users
Votes
2
Subscriptions
2
Activity overview
Posts (1)
Comments (6)
Sort by recent activity
Recent activity
Votes
Edited
July 16, 2024 16:55
Okay, this must just be a bug or something wacky in that project. In another project (completely different solution, unrelated to the originally mentioned codebase), I have a line that's very simil...
Community
General Discussion
Code style and wrapping settings
0 votes
Created
July 16, 2024 14:07
Unfortunately I already have that set and am still experiencing the issue.I did some testing and I cannot reproduce this issue with other lines. But this specific line, even if placed in a differen...
Community
General Discussion
Code style and wrapping settings
0 votes
Edited
July 12, 2024 17:02
I was looking at that exclusion list as well, but nothing matches Log*(string message).
Community
General Discussion
How do I get Inlay Hints to show?
0 votes
Edited
July 12, 2024 16:30
I did some digging in settings and found:Editor → Inlay Hints → C# → Parameter Name Hints → Hide if intention of first parameter is clear from method name Hide if intention of argument is clear fro...
Community
General Discussion
How do I get Inlay Hints to show?
0 votes
Created
July 12, 2024 16:09
Interesting. I wrote a little function:void Log(string message) { throw new NotImplementedException(); }Calling this won't show an inlay hint, but if you change the name from Log to Send (or whate...
Community
General Discussion
How do I get Inlay Hints to show?
0 votes
Created
July 12, 2024 15:32
Can you give an example of where the inlay hints not working as you expect? It seems the inlay hints are working in the image provided.
Community
General Discussion
How do I get Inlay Hints to show?
0 votes