Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Annotate Erlang Elixir.* Atoms as Modules #184

Merged
merged 3 commits into from
Aug 10, 2015

Conversation

KronicDeth
Copy link
Owner

Resolves #84

Changelog

  • Enhancements
    • If (1) you have intellij-erlang installed and (2) you have an atom in
      Erlang that starts with Elixir., such as 'Elixir.Test', then
      intellij-elixir will annotate whether it can resolve the name to a
      defmodule call in Elixir files.

intellij-erlang's erlang.jar is necessary to access PSI classes
generated by intellij-erlang, but I don't want to check in their jar to
this repo, so I'll let ant get the jar.
If (1) you have intellij-erlang installed and (2) you have an atom in
Erlang that starts with `Elixir.`, such as 'Elixir.Test', then
intellij-elixir will annotate whether it can resolve the name to a
`defmodule` call in Elixir files.
@KronicDeth KronicDeth self-assigned this Aug 10, 2015
@KronicDeth KronicDeth added this to the v1.1.0 milestone Aug 10, 2015
@KronicDeth KronicDeth changed the title Feature/84/module annotator Annotate Erlang Elixir.* Atoms as Modules Aug 10, 2015
@KronicDeth KronicDeth modified the milestones: v1.1.0, v1.2.0 Aug 10, 2015
@KronicDeth KronicDeth merged commit 1c2ee91 into master Aug 10, 2015
KronicDeth added a commit that referenced this pull request Aug 10, 2015
@KronicDeth KronicDeth deleted the feature/84/module-annotator branch August 10, 2015 01:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Annotator for Modules
1 participant