Quantcast
Channel: News - Marketplace | JetBrains
Viewing all articles
Browse latest Browse all 72158

News for Elixir

$
0
0
* Use `documentionRootType` to indirectly get the documentation `OrderRootType` in the Erlang SDK Type, so that it works in Small IDEs that have more than `CLASSES` and `SOURCES` root types installed. * The [`credo`](https://github.com/rrrene/credo) annotator is disabled by default as numerous users find running `mix credo` in the background has a negative impact on their system performance. If you like to try enabling the annotation, you can turn it on using the configuration. 1. Preferences > Editor > Inspections > Elixir 2. Check "Credo" 3. Click OK to save and close Preferences If you notice a degradation the in the responsiveness of the editor, it is recommended you disable the annotator again. 1. Preferences > Editor > Inspections > Elixir 2. Uncheck "Credo" 3. Click OK to save and close Preferences * Protect from `PsiFile` being `null` in `Local` credo inspector * Run `Qualified#moduleName` `getText` in Read Action. * Scratch Files have a `Project`, but not a `Module`, so change flow to use `Project` when `Module` is `null` in credo annotator. * Don't add `.bat` to `mix` on Windows. `mix` is never run as an executable. It is either run as a script to `elixir.bat` OR as an argument to `erl.exe` when `erl.exe` is running `elixir`.

Viewing all articles
Browse latest Browse all 72158

Trending Articles