Pasi
- Total activity 6
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
Pasi created a post, File layout XML auto-completion and schema
File layout XML auto-completion seems to have broken at some point. I remember there being auto-completion in some earlier version. I'm currently on 2023.3.2, and also tried a recent 2024 version. ... -
-
-
Pasi created a post, Code Style: spaces within C# tuple parentheses
I'm looking for a Code Style or .editorconfig setting for formatting C# tuples in the following way:With spaces within parentheses:public ( int x, int y ) Field; public void Func( ( int x, int y )...