erlang_ls icon indicating copy to clipboard operation
erlang_ls copied to clipboard

Searching for occurrences of atoms in codebase

Open ruippeixotog opened this issue 3 years ago • 0 comments

A common task for me is to search for occurrences of one specific atom. In most cases a simple text search serves the purpose, but the task becomes considerably harder if an atom is short and/or very common in comments or function names.

In IntelliJ I used to do this using their "Find Usages" feature (right click on any atom > "Find Usages"). Can something similar be done in Erlang LS?

ruippeixotog avatar Apr 14 '21 14:04 ruippeixotog