This command inserts the module's name, based on the path to the currently
edited file, where the cursor currently is.
- Insert empty Elixir module snippet here
This command inserts a snippet with an empty elixir module.
The name of the module is set as if Insert Elixir module name here had
been called.
Requirements
None
Extension Settings
- elixirLessTyping.nameMappings
Set any names that should be fixed in this map.
E.g., if all versions of API (i.e., api, Api, aPi, e.t.c.) need
to be set as API when producing a module's name, then the entry in the
elixirLessTyping.nameMappings map needs to be {"api": "API"}.
The matching with the map's keys is done in a case-insensitive way.