Hacker News new | ask | show | jobs
by itronitron 960 days ago
I'm just starting to learn Elixir, but for other languages as you type in the code editor in an IDE it will auto-suggest method names and method arguments based on the libraries/modules you have included in your project.

Eclipse got this right, but the JetBrains IDEs (such as IntelliJ and CLion) are a bit heavy-handed.

1 comments

The Elixir add-ons for VS Code provide this too.