Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>elixir-less-typingNew to Visual Studio Code? Get it now.
elixir-less-typing

elixir-less-typing

Spyridon Alfredos Desyllas

|
970 installs
| (0) | Free
Automatically insert boilerplate Elixir code
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

elixir-less-typing

Automatically insert boilerplate Elixir code.

Features

- Insert Elixir module name here

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.

Known Issues

None

Release Notes

0.0.1

init(app)

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft