-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Closed
Copy link
Labels
Feature: Doc commentsAn issue related to code comments shown in hover, completion, and signature help.An issue related to code comments shown in hover, completion, and signature help.Language ServicebugfixedCheck the Milestone for the release in which the fix is or will be available.Check the Milestone for the release in which the fix is or will be available.
Milestone
Description
Code sample:
//HELLO!!! This is comment for function some_function *test*
void my_function(int var1, int var2, int var3)
{
}
int main()
{
my_function(1, 2, 3);
}
Repro steps:
- Use code sample.
- Invoke parameter hint comments by doing autocomplete for the parameters in
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.
skaravos and heartacker
Metadata
Metadata
Assignees
Labels
Feature: Doc commentsAn issue related to code comments shown in hover, completion, and signature help.An issue related to code comments shown in hover, completion, and signature help.Language ServicebugfixedCheck the Milestone for the release in which the fix is or will be available.Check the Milestone for the release in which the fix is or will be available.
Type
Projects
Status
Done