vscode-elixir-snippets icon indicating copy to clipboard operation
vscode-elixir-snippets copied to clipboard

Elixir code snippets for VS Code

Results 1 vscode-elixir-snippets issues
Sort by recently updated
recently updated
newest added

In my pull request I updated the regex to match the module name as ${RELATIVE_FILEPATH/^([^\\/\\\\]+[\\/\\\\])|(\\.ex|\\.exs)$|([^._\\/\\\\]+)|_|([\\/\\\\])/${3:/capitalize}${4:+.}/g} who works very well in defmod and ex_unit snippets, but not in supervisor, dynamic_supervisor and...