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

Atom require-jsdoc #386

Closed
jssuttles opened this issue Sep 26, 2019 · 6 comments · Fixed by #387
Closed

Atom require-jsdoc #386

jssuttles opened this issue Sep 26, 2019 · 6 comments · Fixed by #387
Labels

Comments

@jssuttles
Copy link

I'm not sure if this should be handled by this plugin, but when running Atom (with linter-eslint), the jsdoc/require-jsdoc rule causes the entire function to be highlighted.
When running intellij, it just highlights the first line of the function.
I would prefer that it not highlight the entire function.

brettz9 added a commit to brettz9/eslint-plugin-jsdoc that referenced this issue Sep 27, 2019
golopot pushed a commit that referenced this issue Sep 27, 2019
… in favor of highlighting first line only; fixes #386
@gajus
Copy link
Owner

gajus commented Sep 27, 2019

🎉 This issue has been resolved in version 15.9.4 🎉

The release is available on:

Your semantic-release bot 📦🚀

@gajus gajus added the released label Sep 27, 2019
@jssuttles
Copy link
Author

Thanks for working on this! However, the problem doesn't seem to be fixed.
image

@jssuttles
Copy link
Author

Nvm. restarted atom and it worked.
Thanks!!!

@jssuttles
Copy link
Author

Here's something I noticed though. It doesn't highlight the first line.
If possible, that would be nice to have since it causes the user to notice.
image

brettz9 added a commit to brettz9/eslint-plugin-jsdoc that referenced this issue Sep 27, 2019
…ion so more visible; (causes `endLine` to be removed); gajus#386
@brettz9
Copy link
Collaborator

brettz9 commented Sep 27, 2019

You can try updating now to 15.9.5 (and restart Atom again after that).

@jssuttles
Copy link
Author

That's pretty good. I'll take it. 👍
Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants