You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- [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
I've folders with name starting @ such as @folder.
Highlight list shows them as below and ctrl+click navigation throws "File not found" error.
Are there any settings option to fix this or is this a bug?
The text was updated successfully, but these errors were encountered: