Closed CaiqueMitsuoka closed 4 years ago
This project has moved!
It's now being maintained by proactive volunteers from the Elixir community over at elixir-lsp/vscode-elixir-ls. The main ElixirLS codebase is now at elixir-lsp/elixir-ls. Updates will continue to be published from that repo to the original VS Code extension, so no need to switch plugins.
If you're still interested in merging this PR, please do the following:
Thank you!
Add the pattern to scope the function calls with parenthesis or dot/parenthesis and for
Module.function
i.e. any non ambiguous function call. Allowing themes to change the color of them.I've also added to Sublime and there you can find more of the reason behind it. TL;DR We as community avoid ambiguous calls with the compilation warning and the formatter, so we should support this approach .
I've been using for some weeks now and has been a great experience.