KronicDeth / intellij-elixir

Elixir plugin for JetBrain's IntelliJ Platform (including Rubymine)
Other
1.83k stars 153 forks source link

Do not known whether to inject Markdown in documentation key type at org.elixir_lang.injection.markdown.Injector.getLanguagesToInjectInQuote(Injector.kt:49) #2964

Closed srbaker closed 1 year ago

srbaker commented 1 year ago

System

Plugin Version: 14.0.0 Application: IntelliJ IDEA Community Edition (2022.3) Operating System: Mac OS X (13.0.1)

Event

Message

Element

type: :component

From: /Users/srbaker/Projects/roadie/deps/phoenix_live_view/lib/phoenix_component.ex:1868

Context

  """
  @doc type: :component
  attr.(:for, :any, required: true, doc: "The form source data.")

  attr.(:action, :string,
    default: nil,
    doc: """

From: /Users/srbaker/Projects/roadie/deps/phoenix_live_view/lib/phoenix_component.ex:1863-1873

Element Class Name

org.elixir_lang.psi.impl.ElixirNoParenthesesKeywordPairImpl

Exception

Stacktrace

java.lang.Throwable: Do not known whether to inject Markdown in documentation key type ``` java.lang.Throwable: Do not known whether to inject Markdown in documentation key type at org.elixir_lang.errorreport.Logger.error(Logger.kt:45) at org.elixir_lang.errorreport.Logger.error(Logger.kt:25) at org.elixir_lang.injection.markdown.Injector.getLanguagesToInjectInQuote(Injector.kt:49) at org.elixir_lang.injection.markdown.Injector.getLanguagesToInject(Injector.kt:24) ```
KronicDeth commented 1 year ago

Duplicate of #3017