Parameter hint interprets *
in a comment as markdown while hover interprets it as text
#11082
Labels
bug
Feature: Doc comments
An issue related to code comments shown in hover, completion, and signature help.
fixed
Check the Milestone for the release in which the fix is or will be available.
Language Service
Milestone
Code sample:
Repro steps:
my_function(int var1, int var2, int var3)
.Actual result:
The
*
in the comment is interpreted as markdown.Note: when doing a hover over the function, the
*
is interpreted as text.Expected behavior for current design is the displayed comments should be consistent. When the markdown support is done, this behavior may change.
The text was updated successfully, but these errors were encountered: