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

Add Comments on a comment Generates code #53

Open
CodergirlVS opened this issue Apr 9, 2024 · 1 comment
Open

Add Comments on a comment Generates code #53

CodergirlVS opened this issue Apr 9, 2024 · 1 comment
Assignees
Labels
bug Something isn't working ui

Comments

@CodergirlVS
Copy link

CodergirlVS commented Apr 9, 2024

Describe the bug
When clicked Add comments for a comment like /* Create a bar graph using test data on Types */ results in generating a code rather than giving additional refined comment or a null result.

To Reproduce
Steps to reproduce the behavior:

  1. Go to 'sas file and add a comment: /* Create a bar graph using test data on Types */'
  2. Click on 'Select the comment and click Add comments'
  3. Scroll down to '...'
  4. See error

Expected behavior
A clear and concise description of what you expected to happen.
Expecting a more refined comment or a null result but not generate code.

Screenshots
If applicable, add screenshots to help explain your problem.

  • Added code instead of a comments on the next line
  • /* create a scatter plot representing the body outline of an animal */
    proc sgplot data=animals;
    title "Animal Body Outline";
    scatter x=body_outline_x y=body_outline_y;
    run;

Desktop (please complete the following information):

  • OS: [Mac]
  • Version: [0.0.2]

Reporter's Organization
Commons

Additional context
Add any other context about the problem here.

@CodergirlVS CodergirlVS added the bug Something isn't working label Apr 9, 2024
@ouhanyou ouhanyou added ui and removed ui labels Apr 10, 2024
@vinsavares
Copy link

Hi, this issue is very similar to #30. Just trying to help assignees.

@dahils dahils added the ui label May 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working ui
Projects
None yet
Development

No branches or pull requests

5 participants