Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow Number Shifting with Increments Depending on Caret Position #5

Open
softworkz opened this issue Dec 5, 2022 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@softworkz
Copy link
Contributor

softworkz commented Dec 5, 2022

Is your feature request related to a problem? Please describe.

Example 1 - CSS

.line {
    width: 0.25em;
}

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#

var timeout = 1000;

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

@softworkz softworkz added the enhancement New feature or request label Dec 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant