Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>Highlight Python Cell SplitterNew to Visual Studio Code? Get it now.
Highlight Python Cell Splitter

Highlight Python Cell Splitter

zhaouv

|
19,965 installs
| (0) | Free
highlight the splitter(title) of python cells
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

vscode-python-highlight-cell-splitter

highlight the splitters of cells, bold them and change their color

You can custom the color by adding the following code into your setting.json

    "editor.tokenColorCustomizations": {
        "[Default Dark+]": {
            "textMateRules": [
                {
                    "scope": "markup.heading.python.cell.splitter",
                    "settings": {
                        "fontStyle": "bold",
                        "foreground": "#40b903"
                    }
                }
            ]
        }
    },

↑

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft