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

Ctrl+click not working for folders with "@" in highlighted annotations list #81

Closed
halilibrahim opened this issue Mar 15, 2018 · 1 comment

Comments

@halilibrahim
Copy link

I've folders with name starting @ such as @folder.
Highlight list shows them as below and ctrl+click navigation throws "File not found" error.

#1	file:///storage/www/html/app/src/%40folder/modules/generic/form/form.component.ts:47:16

Are there any settings option to fix this or is this a bug?


VSCode: 1.21.0
TODO Highlight: 0.5.11
OS: Ubuntu 16.04
@wayou
Copy link
Owner

wayou commented Mar 16, 2018

I'm afraid there's nothing the extension can do cause this's limited to the Editor. See this for more info microsoft/vscode#586

@wayou wayou closed this as completed Mar 16, 2018
wayou added a commit that referenced this issue Jul 21, 2018
- [new] ability to theme every single regexp match, resolve #42, resolve #88
- [new] `list annotations` now support multiple select
- [new] autocompletion for annotations based on the config
- [new] tons of predefined annotations: "AVOID:", "BUG:", "CAUTION:", "CONFIGURATION:", "DEBUG:", "DEPRECATED:", "DO_NOT_REMOVE:", "HACK:", "IMPORTANT:", "IMPROVE:", "INFO:", "ISSUE:", "KEEP:", "LEGACY:", "NOTE:", "OPTIMIZE:", "PERFORMANCE:", "PLACEHOLDER:", "PREFER:", "REFACTOR:", "REMOVE:", "REVIEW:", "RFC:", "TEMP:", "WARNING:", resolve #74
- [new] include all file types by default, the extension will catch the exception when working with binary file. no manual configuration needed.
- [new] list annotations for current file only, fix #74
- [new] predefined annotations `TODO:` and `FIXME:` now can be override, resolve #87
- [fix] fix partial match problem. now the end user need to define what should be matched exactlly by custom every annotation with RegExp. resolve #48, resolve #63, resolve #102, resolve #106
- [fix] by using the built-in `Uri` to get the path of a file, fix #81
- [fix] update the doc and the reference link for styling the annotations, resolve #97
- [improve] cancelation support is added as well some improvements for the file searching. possiblely resolve #55, resolve #59. for reason of vscode it's self, `workspace.openTextDocument` will trigger `onDidOpen` events and then other extensions may react with it. this is main reason for the high cpu. see vscode issues for more info: [#15723](microsoft/vscode#15723), [#33046](microsoft/vscode#33046)
- [chore] rewrite with TypeScript
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants