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

Regex issue

Open williamthome opened this issue 2 years ago • 0 comments

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 gen_server. Any ideas on this?

Originally posted by @williamthome in https://github.com/florinpatrascu/vscode-elixir-snippets/issues/16#issuecomment-918356749

williamthome avatar Sep 13 '21 16:09 williamthome