Josh
- Total activity 11
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 3
-
Created Feature request: add a C++ naming "Entity kinds" entry for "Lambdas"
In our codebase we tend to PascalCase local lambda values even though we camelCase all other (non-constexpr) locals:int something = 3; auto MyLocalFunc = [](int) { /* do something */ }; MyLocalFun... -
Created Is it possible to disable IdentifierTypo but only for a specific word (or set of words)?
When disabling the IdentiferTypo error, is there a way to specify a word or set of words that are explicitly allowed to be outside of the dictionary (but still catch other unintended misspellings)?... -
Created Resharper adjusting tabbing when typing open brace even with all typing assist is disabled
First, I've just started a trial of Resharper and, overall, it's been great! Specifically because we're using C++20 modules and MSVC's built-in Intellisense absolutely falls over with it and with R...