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

Highlight #2

Open
gkssjovi opened this issue Feb 12, 2021 · 4 comments
Open

Highlight #2

gkssjovi opened this issue Feb 12, 2021 · 4 comments

Comments

@gkssjovi
Copy link

It is possible to highlight after I press the "f" like in "neovim"?
Also it is possible to have an underline instead of the highlight similar to the attached image?
Screenshot 2021-02-12 at 17 52 46

@codeincontext
Copy link
Owner

Can I ask which vim plugins you're both using? I don't yet know how to do this, but it might mean listening to events from there

@codeincontext
Copy link
Owner

Also it is possible to have an underline instead of the highlight similar to the attached image?
Screenshot 2021-02-12 at 17 52 46

Yes, I think that is possible. It would mean tweaking the decoration definitions here https://github.com/codeincontext/vscode-quick-scope/blob/master/src/extension.ts#L5-L13

It would be nice to have an option to change it in the extension settings. I'm unlikely to have time to do it myself, but do you have an idea for how that config might look?

@NeonReactionary
Copy link

Sorry, was on the wrong account. You can indeed, change the decorator definitions (https://code.visualstudio.com/api/references/vscode-api#DecorationRenderOptions). I'll just try and find out how to add a reasonable config that's exposed to the user and then submit a pull request.

@darianmorat
Copy link

Sorry, was on the wrong account. You can indeed, change the decorator definitions (https://code.visualstudio.com/api/references/vscode-api#DecorationRenderOptions). I'll just try and find out how to add a reasonable config that's exposed to the user and then submit a pull request.

News about it?...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants