Y
Hacker News
new
|
ask
|
show
|
jobs
by
soraminazuki
5 days ago
Being able to specify word boundaries in search is a basic feature for any developer tool. Vim has *, #, and /\<i\>. grep also has \<i\> and the -w option. LSPs have jump to definition and find references features.