Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>PlanckNew to Visual Studio Code? Get it now.
Planck

Planck

null-reference

|
363 installs
| (2) | Free
Planck for Visual Studio Code
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Planck extension for Visual Studio Code

A Visual Studio Code extension with support for Planck software development.

Features

  • logx language support.

Logx

Overriding Token Colors

Insert the following in your User (or Workspace) Settings.json, adding as many textMateRules as needed.

Replace the scope with appropriate token that is to be overridden and update the foreground property with the desired color.

{
    ...
    "editor.tokenColorCustomizations": {
        "textMateRules": [{
            "scope": "planck.logx.keyword",
            "settings": {
                "foreground": "#e2df2e"
            }
        }]
    }
}

Logx Tokens

  • planck.logx.keyword
  • planck.logx.debug
  • planck.logx.error
  • planck.logx.warn
  • planck.logx.info
  • planck.logx.scope
  • planck.logx.timestamp
  • planck.logx.exception
  • planck.logx.stacktrace
  • planck.logx.type
  • planck.logx.guid
  • planck.logx.constant
  • planck.logx.string.doublequoted
  • planck.logx.string.singlequoted
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft