aybe

Results 46 issues of aybe

An amazing thing would be color themes like this: ![chrome_2020-05-01_05-16-48](https://user-images.githubusercontent.com/1537591/80779131-fb789780-8b6a-11ea-917d-d888d507e7dc.png) Thank you!

It seems that R# applies the same rules for any project in a Unity solution: ![devenv_2020-11-19_21-14-22](https://user-images.githubusercontent.com/1537591/99719232-585a8180-2aac-11eb-8c5e-c7b383cdfedc.png) ![devenv_2020-11-19_21-15-36](https://user-images.githubusercontent.com/1537591/99719272-64deda00-2aac-11eb-9e02-bba082929d80.png) Why does it set `Namespace Provider = false` for other types of projects...

I want to use the null-checking pattern `!= null`, however, R# always forces me to use `is { }`: ![2021-08-16_07-59-34](https://user-images.githubusercontent.com/1537591/129517891-ca9d4eb0-2653-461f-b591-6179da21a125.gif) When looking at the options, this option is nowhere to...

Take this piece of code: ``` private void OnDrawGizmosSelected() { Gizmos.DrawSphere(rb.position, 1.0f); } ``` *Check expression for null* changes it to this which doesn't work for Unity objects: ``` private...

Thanks for the code, I believe it could be further enhanced to support editor mode, like the following: ``` using System.Diagnostics.CodeAnalysis; using JetBrains.Annotations; using UnityEngine; namespace Z { [PublicAPI] [ExecuteAlways]...

enhancement

As far as I can tell, the kit does not seem provide some abstract infrastructure on how to achieve that. Say I have a main window, i.e. the shell and...

I've been trying to understand why documentation of Babylon.js doesn't get generated as well, while debugging the project I've seen that `JsDoc` members get populated but I couldn't see any...

feature

### The problem If somehow you happen to click with middle mouse button to start scrolling without using mouse wheel and you move before the cursor mouse changes to scroll,...

bug
priority-2

### Steps to Reproduce the Issue 1. Open the software 2. Type something onto the default document 3. Save the document with Ctrl-S 4. Press Enter 5. You are greeted...

### Description Long story short, when the window shows up, it is with a white background: Even worse, if you dare starting the window with an aspect ratio such as...