tcw165 / hl-anything

Emacs - Highlight thing at point, selection and more
MIT License
22 stars 4 forks source link

WishList: Does hl-anything can hilight automaticly? #15

Open xiaoyulei opened 9 years ago

xiaoyulei commented 9 years ago

When I move cursor to any word , it can highlight the word automaticlly.

tcw165 commented 9 years ago

Hi, can you describe the issue in depth? Or with snapshot and replication steps.

xiaoyulei commented 9 years ago

My question is: If there are some code like this. I move cursor to variable a, and can hl-anythin highlight all a in this file?

void main()
{
   int a;
   a=1;
   printf("%d\n",a)
}
tcw165 commented 9 years ago

Sure, I can do it but it will take a while.

tcw165 commented 9 years ago

Sorry man, I found that I don't have time to tweak it. You could ask me question and build a PR if you'd like to. :D