Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doxygen generation - lightbulb code action does not work when selecting function #10028

Closed
michelleangela opened this issue Oct 18, 2022 · 0 comments · Fixed by #10079
Closed
Assignees
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 quick fix
Milestone

Comments

@michelleangela
Copy link
Contributor

Sample code:

int add_numbers(int a, int b, int c)
{
    return a + b + c;
};

Steps to reproduce:

  1. Double click on function add_numbers to select it.
  2. Click on lightbulb code action and then select "Generate Doxygen Comment"
  3. Result: No comment is generated.

Expected result: comment gets generated.

Note: it works if you click on the function once to select it or right click on it.

Here is a clip of the repro:
issue4

@michelleangela michelleangela added bug Language Service Feature: Doc comments An issue related to code comments shown in hover, completion, and signature help. labels Oct 18, 2022
@michelleangela michelleangela added this to the On Deck milestone Oct 18, 2022
@sean-mcmanus sean-mcmanus self-assigned this Oct 28, 2022
@sean-mcmanus sean-mcmanus removed their assignment Oct 28, 2022
@sean-mcmanus sean-mcmanus modified the milestones: On Deck, 1.13.4 Oct 28, 2022
@sean-mcmanus sean-mcmanus self-assigned this Oct 28, 2022
@sean-mcmanus sean-mcmanus added the fixed Check the Milestone for the release in which the fix is or will be available. label Oct 31, 2022
@github-actions github-actions bot locked and limited conversation to collaborators Dec 16, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
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 quick fix
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants