intellij-elixir icon indicating copy to clipboard operation
intellij-elixir copied to clipboard

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

Results 262 intellij-elixir issues
Sort by recently updated
recently updated
newest added

# System Plugin Version: 13.2.0 Application: IntelliJ IDEA Ultimate Edition (2022.2) Operating System: Mac OS X (12.5) # Event ## Exception ### Stacktrace org.elixir_lang.sdk.erlang_dependent.MissingErlangSdk: Elixir SDK `Elixir 1.13.4-otp-25` is missing...

# System Plugin Version: 12.2.1 Application: IntelliJ IDEA Ultimate Edition (2021.3.3) Operating System: Mac OS X (12.5) # Event ## Message ### Excerpt ``` defmacro extend(mod, name, fnum, options) do...

# System Plugin Version: 13.2.0 Application: IntelliJ IDEA Ultimate Edition (2022.2) Operating System: Linux (5.18.16-arch1-1) # Event ## Message Error determining tab size ## Exception ### Stacktrace java.lang.RuntimeException: Unable to...

Kind:Bug

I've opened an issue on the intellij-better-direnv project, given how popular direnv is, would be great if Intellij just made it work but I'm not going to hold my breath...

Kind:Enhancement

In intellij it is possible to configure a directory as `sources` (`lib` directory), `test sources` (`test` directory) or whatever. In fact, when a project is imported, these directories are automatically...

Kind:Enhancement

# System Plugin Version: 13.2.0 Application: IntelliJ IDEA Ultimate Edition (2022.2) Operating System: Windows 10 (10.0) # Event ## Message ### Element ``` end ``` From: `C:/Users/James/Exercism/elixir/secrets/lib/secrets.ex:3` #### Context ```...

# System Plugin Version: 13.2.0 Application: IntelliJ IDEA Community Edition (2022.1.3) Operating System: Mac OS X (12.4) # Event ## Message ### Element ``` %{ configs: [ %{ name: "default",...

Kind:Bug

# System Plugin Version: 13.2.0 Application: IntelliJ IDEA Ultimate Edition (2022.2) Operating System: Mac OS X (12.5) # Event ## Exception ### Stacktrace java.lang.IllegalStateException: seed must not be null ```...

Kind:Bug

Creating "hello world" project with `mix new kv --module KV` (version 1.13.4) and running tests in IDE result in: ``` Testing started at 23:17 ... /usr/lib/erlang/bin/erl -pa /usr/lib/erlang/lib/parsetools-2.4/ebin -pa /usr/lib/erlang/lib/tools-3.5.3/ebin...

Kind:Enhancement

# System Plugin Version: 13.2.0 Application: IntelliJ IDEA Ultimate Edition (2022.2) Operating System: Linux (5.15.0-43-generic) # What I was doing Opening an Elixir file. This error and the request to...

Kind:Bug