Umutcan15
- Total activity 10
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 4
-
Created How can I make Rider take preprocessor directives into consideration when using "optimize imports" ?
Hello,When using the optimize imports feature, if the preprocessor directive conditions aren't met, Rider doesn't take the code in the preprocessor directive section into consideration. For example... -
Created How to make Rider automatically expand all items in structure window in the new UI?
Hello, I switched to the new UI, and the structure window items get collapsed automatically on some conditions that I don't know.I use the structure window very often and it's really annoying for m... -
Created Automatic Line Breaks or Wrapping feature doesn't follow the 4 whitespaces rule
Hello,I'm using a custom editorconfig and the indent style is set to multiples of 4 spaces and the maximum line length is set to 120 (it hard wraps at 120). Normally, it works ok but if I reformat ...