ElixirLS not getting module capitalization right

My app ShoeBox is not capitalized right in the code suggestions. It is always inserted as Shoebox. Is there a way to fix this? I’m using nvim if that matters.

Change your app name from :shoebox to :shoe_box :wink:

Renamed the app everywhere and completion is still doing Shoebox :sob:. Is it maybe coming from the paths instead of the OTP app name?

@kevinschweikert Yeah I had to rename the files as well, not just the OTP app. Thank you!

1 Like

EDIT: I should have finished reading the thread.