intellij-elixir

Elixir plugin for JetBrain's IntelliJ Platform (including Rubymine)

OTHER License

Stars
1.8K
Committers
55

Bot releases are visible (Hide)

intellij-elixir - v11.6.0-pre+20200410134019

Published by github-actions[bot] over 4 years ago

intellij-elixir - v11.6.0-pre+20200410122934

Published by github-actions[bot] over 4 years ago

intellij-elixir - v11.6.0-pre+20200410122155

Published by github-actions[bot] over 4 years ago

intellij-elixir - v11.6.0-pre+20200406115738

Published by github-actions[bot] over 4 years ago

intellij-elixir - v11.6.0-pre+20200406030705

Published by github-actions[bot] over 4 years ago

intellij-elixir - v11.6.0-pre+20200406025432

Published by github-actions[bot] over 4 years ago

intellij-elixir - v11.6.0-pre+20200406024242

Published by github-actions[bot] over 4 years ago

intellij-elixir - v11.6.0-pre+20200403203712

Published by github-actions[bot] over 4 years ago

intellij-elixir - vv11.6.0-pre+20200403193502

Published by github-actions[bot] over 4 years ago

intellij-elixir - vv11.6.0-pre+20200403191316

Published by github-actions[bot] over 4 years ago

intellij-elixir - 11.6.0-pre+20200403182000

Published by github-actions[bot] over 4 years ago

intellij-elixir - https://github.com/KronicDeth/intellij-elixir/releases/tag/v11.6.0-pre+20200326025312

Published by KronicDeth over 4 years ago

intellij-elixir - https://github.com/KronicDeth/intellij-elixir/releases/tag/v11.5.1-pre+20200313145502

Published by KronicDeth over 4 years ago

intellij-elixir - https://github.com/KronicDeth/intellij-elixir/releases/tag/v11.5.1-pre+20200313144735

Published by KronicDeth over 4 years ago

intellij-elixir - https://github.com/KronicDeth/intellij-elixir/releases/tag/v11.5.1-pre+20200312032811

Published by KronicDeth over 4 years ago

intellij-elixir - v11.5.0

Published by KronicDeth over 4 years ago

Changelog

v11.5.0

Enhancements

  • #1630 - @KronicDeth
    • Ignore the incompleteCode flag and instead always use the criteria used when incompleteCode was set.

      name prefix exact name ResolveResult valid
      N/A N/A

      This extends #1617 to more cases.

      • Qualified calls (Process.flag(...), etc)
      • Type specs (@spec foo(...))
      • Aliases (alias Foo...)
      • Module Attributes (@attribute)
      • Variables (foo)
      • Protocol reserved module attributes (@protocol and @for)

Bug Fixes

intellij-elixir - https://github.com/KronicDeth/intellij-elixir/releases/tag/v11.5.0-pre+20200202174313

Published by KronicDeth over 4 years ago

intellij-elixir - https://github.com/KronicDeth/intellij-elixir/releases/tag/v11.5.0-pre+20191201194202

Published by KronicDeth almost 5 years ago

intellij-elixir - v11.4.0

Published by KronicDeth almost 5 years ago

Changelog

v11.4.0

Enhancements

  • #1617 - @KronicDeth
    • Previously, the arity of a function or macro could only disagree with the definition and resolve if

      1. The arity of the call was in the arity range of the definition and the ResolveResult was marked as a validResult.
      2. The code is marked as incomplete (because the IDE detects typing, etc) and the arity mismatches and the ResolveResult is marked as an invalid result.

      By marking all arity mismatches, regardless of incompleteness of the code as an invalid result, Go To Definition and Show Parameters works when the the arity is incorrect. This makes Show Parameters work while typing out a call without the correct number of commas and allows jumping to the definition while typing out the call too.

intellij-elixir - https://github.com/KronicDeth/intellij-elixir/releases/tag/v11.3.0-pre+20191111031457

Published by KronicDeth almost 5 years ago