Skip to content

No autohighlight in jupyter notebook (.ipynb) file #259

@AntoineB210

Description

@AntoineB210

Hi,
I'm using jupyter notebook in vscode, and those TODO, FIXME, NOTE(customized) is not automatically highlighed, unless I click on it within the code cell. (see screenshot below)
Image

my configuration see below, TODO and FIXME is the default feature so I didn't change it:
// TODO Highlight Settings
"todohighlight.isEnable": true,
"todohighlight.isCaseSensitive": true,
"todohighlight.keywords": [
{
"text": "NOTE:",
"color": "#FFFFFF", // White text
"backgroundColor": "#48C9B0",
"overviewRulerColor": "#48C9B0"
}
],

This is so annoying, since the point of the highlight is to warn you easily within the code right?
Anyone have sulution for this? THX!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions