You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Go to 'sas file and add a comment: /* Create a bar graph using test data on Types */'
Click on 'Select the comment and click Add comments'
Scroll down to '...'
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.
The text was updated successfully, but these errors were encountered:
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:
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.
proc sgplot data=animals;
title "Animal Body Outline";
scatter x=body_outline_x y=body_outline_y;
run;
Desktop (please complete the following information):
Reporter's Organization
Commons
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: