Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Elixir defmo no longer converts file name into PascalCase module name #1382

Open
schnittchen opened this issue Nov 23, 2021 · 3 comments
Open

Comments

@schnittchen
Copy link

I have a file named setup_support.ex and the defmo expands to

defmodule setup_support do
··
end

which should and used to be

defmodule SetupSupport do
··
end

I can't tell exactly when this broke...

@apayu
Copy link

apayu commented Nov 28, 2021

Same as ruby file

when I have user_profile.rb file named, the cla is not work

expect

class UserProfile
end

result

class user_profile
end

@schnittchen
Copy link
Author

schnittchen commented Jan 14, 2022

This is pretty annoying. What can I do to move this on, as somebody who's not into VimL?

@byronalley
Copy link

This seems to work for me with UltiSnips -- can this be closed? Or maybe it's an issue with a specific engine?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants