You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Incrementing by 1 is not useful. I'd rather want to increment by 100 or by 1000 for example.
Describe the solution you'd like
This could be made dependent on the caret position.
For example 1: when the caret is right to the 5, increment by 0.01, when it's between 2 and 5, increment by 0.1 and when it's right to the 0, increment by 1
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Example 1 - CSS
Now I want to shift through
like: 0.35, 0.45, 0.55, 0.65
or: 1.25, 2.25, 3.25, 4.25
Example 2 - C#
Incrementing by 1 is not useful. I'd rather want to increment by 100 or by 1000 for example.
Describe the solution you'd like
This could be made dependent on the caret position.
For example 1: when the caret is right to the 5, increment by 0.01, when it's between 2 and 5, increment by 0.1 and when it's right to the 0, increment by 1
The text was updated successfully, but these errors were encountered: