vscode-todo-parser
vscode-todo-parser copied to clipboard
can't click the file in the list
In typescript files, the results aren't clickable, so the only way to go to the todo is to manually open the file then go to that line.
Thanks for reporting the issue. Could you provide your ts file (or a part of it that contains the TODO)? I cannot reproduce the bug on my side.
I've had the same issue... until I disabled the Output Colorizer (https://marketplace.visualstudio.com/items?itemName=IBM.output-colorizer).
@kantlove this happens to me with all files, I primary use typescript, Go and PHP. It lists all the TODOs, but I can't click them.
@dreamair I don't have that :-/
The extensions I have:
EditorConfig.EditorConfig-0.3.4
HookyQR.beautify-0.5.4
Zignd.html-css-class-completion-1.0.3
alefragnani.Bookmarks-0.10.0
anseki.vscode-color-0.2.1
dbaeumer.vscode-eslint-1.1.0
donjayamanne.githistory-0.1.0
donjayamanne.python-0.5.2
eg2.tslint-0.5.40
felixfbecker.php-debug-1.9.7
felixfbecker.php-intellisense-0.0.11
felixfbecker.php-pack-1.0.0
formulahendry.auto-close-tag-0.3.5
formulahendry.code-runner-0.4.2
gerane.Theme-Solarized-ocean-0.0.2
hnw.vscode-auto-open-markdown-preview-0.0.3
johnpapa.Angular2-1.0.2
lukehoban.Go-0.6.49
minhthai.vscode-todo-parser-1.8.3
ms-vscode.Theme-MaterialKit-0.1.1
teabyii.ayu-0.2.0
tinkertrain.theme-panda-0.5.0
waderyan.gitblame-1.3.0
wcwhitehead.bootstrap-3-snippets-0.0.8
wmaurer.join-lines-0.1.5
wsds.theme-hacker-0.1.8
xabikos.JavaScriptSnippets-1.2.0
Same issue here, links are not working in PHP and CSS files.
Cmd+click on filename causes the following error:
Unable to open '/private/var/www/sites/mysite/wp-content/plugins/myplugin/myfile.php'
with blue Create File
and Cancel
buttons.
For my case there is a pound sign (#
) that indicates line number. I think VSCode requires a format using colons (:
) filename:line:column
.
/Users/blabal/file.ts:12:12
.