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
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.
/**
* @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() {
}
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: