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

[1.6.4] Issue with multi-line captions for @example #195

Closed
OpalMonkey opened this issue Sep 26, 2022 · 0 comments
Closed

[1.6.4] Issue with multi-line captions for @example #195

OpalMonkey opened this issue Sep 26, 2022 · 0 comments

Comments

@OpalMonkey
Copy link

Multi-line @example captions break in the IntelliSense pop-up. The entire thing is considered AHK code. The syntax highlighting works fine, though. All the other JSDoc-related changes in 1.6.4 I have tried so far work great.

2022-09-26_00-42-23
2022-09-26_00-46-05_048

/**
 * @example <caption>A really awkwardly, inconveniently, stupidly long,
 * useless caption that just rambles on, and on, and on…:</caption>
 * Test()
 * @example <caption>A nice, short caption:</caption> Test()
**/
Test() {

}
thqby added a commit that referenced this issue Sep 27, 2022
@thqby thqby closed this as completed Oct 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants