Open
Description
In #2161, we have discuss helper/utility module. I think is great to create a file that holds all the utility functions. Maybe like file lsp-util
or lsp-helper
, etc. I think this can greatly prevents re-inventing the wheel and it reduces duplicate code. On the other hand, is easier for new comer to find out what is already implemented and what is not. Open for suggestion! Thanks!