-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
:set hlsearch not working #481
Comments
I'm working on the vimrc parsing, see #463 and I'll implement But I'm not sure yet if VS Code allows us to do highlighting through API. Will drop more info here later. |
Great! Thanks for the quick respond. On Jul 19, 2016 8:05 PM, "Peng Lyu" [email protected] wrote:
|
Oh, VSCode totally allows you to do that. Not only that, but I actually already show all matches when you are typing with /, I just remove them when you finish. Should be really easy to add as an option 😄 |
The option will be handled by me. The question is @jiangmouren can you confirm what @johnfn mentioned, tge highlight should already be there. |
Well the answer is Yes and No. It is true when you do a search with "/something", the searched patterns What I really want is like in vim, after you hit "enter", all matched Thank you guys! On Tue, Jul 19, 2016 at 9:01 PM, Peng Lyu [email protected] wrote:
|
@jiangmouren just obseved Vim's behavior, it's beyond my expectation. When you enable This is how Vim does and is it a good idea to have it the same way? Actually I'm suprised that you can't even quit a search. |
Do you need help or have a question? Ask us on Slack 👫.
Found a bug? Please fill out the sections below 👍.
What did you do?
I was trying to ":set hlsearch"
What did you expect to happen?
I would my expect my search would be highlighted.
What happened instead?
Not highlighted.
Technical details:
The text was updated successfully, but these errors were encountered: