-
Notifications
You must be signed in to change notification settings - Fork 98
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
command list-highlighted-annotations doesn't work #35
Comments
More info is needed. |
I wonder if this still exists in the latest version. |
@wayou Yes, it's still exists in the lastest version, 0.5.3 |
@wayou I see a similar symptom in a simplified reproduction. The Image of installed extensions, and VSCode version. The settings.json file is all defaults. |
I'm having the same issue on VS Code 1.13.1 UPDATE: It works in a javascript project, but not on a python one. |
Ah! I just noticed there's no *.py in the defaults for "todohighlight.include". |
For me, the list only works for "ALL". If I choose "TODO:" or "FIXME:", it shows an info message that says "No results". |
@DanielJoyce what's your configuration? |
i got the same problem when i tried to list highlights in files with the filetype .vba and add that to "todohighlight.include". it highlights both keywords as it should but listing is gives back zero results. is there a limitation on which languages the extension works? example comment would be: ' TODO: Test Discount Features |
erm...I bet this's been solved in the new version. |
Using VS Code 1.25.1 In my minimal testing, this is working for However, when selecting "todohighlight.exclude": [
"**/node_modules/**",
"**/bower_components/**",
"**/dist/**",
"**/build/**",
"**/.vscode/**",
"**/.github/**",
"**/_output/**",
"**/*.min.*",
"**/*.map",
"**/.next/**",
"**/out/**"
] Also, despite enabling |
After looking at the Developer Tools console, I found that it encountered an error when trying to read a |
after v1.0.0 all file types are include by default and none support binary file will be skipped. |
I am using v1.0.0. I updated before testing. UPDATE: Actually, it was v1.0.1 |
note that the git ignored files (defined in |
ok, i will look into a bit further. |
This is not what caused the issue, but is good to know nonetheless. This should be documented in the README and should probably have a setting. |
I even don't know after debugging with the api |
Same issue here. Installed it today, the links are not clickable. Edit: never mind, they are. You just have to hold Ctrl when left clicking! Silly me. |
I have todos and fixmes in my code, and they are highlighted properly. But when I try and list them from the command pallette, it says none were found
The text was updated successfully, but these errors were encountered: