KronicDeth / intellij-elixir

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

Markdown rendered view do not show ` quoted term when it is not linked. #2867

Closed odk211 closed 3 days ago

odk211 commented 1 year ago

Describe the bug Markdown rendered view do not show ` quoted term when it is not linked.

This is plane view of Task.Supervisor.async_stream_nolink/3 doc.

スクリーンショット 2022-09-24 9 33 09

In rendered view, async_nolink/3, async_stream/6 is shown, but function, enumerable is ignored.

スクリーンショット 2022-09-24 9 33 20

Desktop:

Erlang:

Elixir:

Plugin:

Additional context Thank you for your effort for this plugin! Markdown support is pretty good! Also thanks for the mention of me in ElixirConfEU. ❤️

KronicDeth commented 1 year ago

I think I recall seeing this when I was developing the feature. I need to figure out if the linking API allows something for "cannot resolve link" OR if I need to not even generate the link tag if I can't resolve it. Thanks for pointing to a specific file that I can use as a test case ❤️

odk211 commented 3 days ago

https://github.com/KronicDeth/intellij-elixir/pull/3491 fix this issue, Thanks!!