We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
/**
See attached video:
In the following snippet:
function Ctor() constructor { static someMethod = function() { }; }
On the line above the someMethod declaration, open a new documentation comment with /**.
someMethod
Press Enter to continue the comment.
Note how it does not create the * starting line as it should.
*
Press Enter again.
Note how it now does correctly prepend *.
IDE v2024.1300.0.743 Runtime v2024.1300.0.753
Linux Arch Linux kernel 6.13.2.1
86829c17-2dbd-43ee-99ce-4365dcfb8ee8
The text was updated successfully, but these errors were encountered:
zreedy
No branches or pull requests
Description
See attached video:
ce2-auto-continue-comment-fails-on-first-line-in-constructor.mp4
Steps To Reproduce
In the following snippet:
On the line above the
someMethod
declaration, open a new documentation comment with/**
.Press Enter to continue the comment.
Note how it does not create the
*
starting line as it should.Press Enter again.
Note how it now does correctly prepend
*
.Which version of GameMaker are you reporting this issue for?
IDE v2024.1300.0.743 Runtime v2024.1300.0.753
Which operating system(s) are you seeing the problem on?
Linux Arch Linux kernel 6.13.2.1
86829c17-2dbd-43ee-99ce-4365dcfb8ee8
The text was updated successfully, but these errors were encountered: