-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Strange behavior for Spyder code annotations #6520
Comments
Thanks for reporting. We'll take a loot at this for 3.2.8 |
Can you give more of an example of what you are entering in order to get the blue checkmark? For example, I noticed that
does not give a checkmark, but
does. I think the code checks that the comment has more text on the line than just the TODO, FIXME, etc. |
Hi!
I'd be happy to give more examples!
But regarding today's notification Closed #6520, are you still interested?
Anyway, thank you for taking the time to look at something that must only
be a minor detail in an otherwise great IDE!
…On Thu, Mar 8, 2018 at 12:42 AM, Cheryl Sabella ***@***.***> wrote:
Can you give more of an example of what you are entering in order to get
the blue checkmark? For example, I noticed that
# XXX
does not give a checkmark, but
# XXX - come back later
does. I think the code checks that the comment has more text on the line
than just the TODO, FIXME, etc.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#6520 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AM_ViVhlHdBGbHUldM4TGZxPz8mw3dXhks5tcHBlgaJpZM4SS0G_>
.
|
@apdcode It was closed because I submitted a patch for it. The only time I was not getting the checkmarks was when the line had a |
Problem Description
Using comments such as #TIPS and #HINTS will render a blue checkmark in the Spyder IDE. If you go to Tools|Editor|Code Introspection/Analysis and activate Code Annotations (TODO, FIXME, XXX, HINT, TIP...), those keywords do not seem to trigger any effect in the SPyder IDE at all.
What steps will reproduce the problem?
What is the expected output? What do you see instead?
Covered in the Problem Description.
Paste Traceback/Error Below (if applicable)
Package Versions
Dependencies
The text was updated successfully, but these errors were encountered: