vscode-todo-highlight icon indicating copy to clipboard operation
vscode-todo-highlight copied to clipboard

VSCode Extension to highlight TODOs etc.

Results 39 vscode-todo-highlight issues
Sort by recently updated
recently updated
newest added

```json "todohighlight.keywords": [ "BUG:", { "text": "FIXME:", "color": "#E06C75", "backgroundColor": "none" } ], "todohighlight.defaultStyle": { "color": "#E06C75", "backgroundColor": "none", "isWholeLine": false, } ``` I want every style to use the...

As mentioned in #69, the `include` and `exclude` settings weren't actually wired up previously, so the default behavior was to enable the extension globally. IMO, `include` should be undefined or...

enhancement

Hi, like title, add a way to use a custom file to load settings. like: `todohighlight.json`, `todohighlight.rc`, `todohighlight.js` ...etc, in the root path. always should have support for `settings.json` This...

enhancement
help wanted

Hi just, as a proposal for the default style for this project. I played around with a lot of different configurations and with darkmode vscode this one looks the best...

enhancement
help wanted

Hello **thank you for creating release 2 of this plugin and sharing your great work!** Could you please think about offering support for dark/light (or day/night) themes and allow us...

It would be easier if we could navigate through the TODOs and view the code at the same time. With the current configuration, we can't because either we have the...

List highlighted annotations, will get the file address after character encoding, but it cannot be jumped. For example: file:///Users/xxx/src/app/%28page%29/%28auth%29/components/user-auth-form.tsx#189 Hope to get: file:///Users/xxx/src/app/(page)/(auth)/components/user-auth-form.tsx#189 This is a problem, right?

question

todohighlight.exclude option doesn't seem to recognize settings.json. Screenshot shows what I mean. I don't want the highlight text highlighted in the settings file, just the raw text. ![image](https://github.com/jgclark/vscode-todo-highlight/assets/4150160/ec274ccb-e7ff-4506-8331-eecb6cb3fb12)

I'm using the extension to highlight citation commands in latex. But these commands don't need to be highlighted if inside a comment. This is doable using regex but it would...

enhancement
help wanted

When editing settings of the extension or some other actions, it may duplicate the Before / After content text. In my example, I was using 1 emoji, then I edited...