Open xiaoyulei opened 9 years ago
Hi, can you describe the issue in depth? Or with snapshot and replication steps.
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)
}
Sure, I can do it but it will take a while.
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
When I move cursor to any word , it can highlight the word automaticlly.