Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>FIX protocol tag namesNew to Visual Studio Code? Get it now.
FIX protocol tag names

FIX protocol tag names

sasha-m

|
634 installs
| (0) | Free
Show FIX tag names in tooltips
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Visual Studio Code FIX protocol syntax support

This is a lightweight FIX syntax support.

Features

  • Syntax highlighting.
  • Show tag names in tooltips.
  • Show enum names in tooltips.

Tag names

Enum names

Tip

You can modify the SOH character color by adding the following section in your settings.json

{
    ...
    "editor.tokenColorCustomizations": {
        "textMateRules": [
            {
                "scope": "comment.character.fix.soh",
                "settings": {
                    "foreground": "#444444"
                }
            }
        ]
    },
    ...
}
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft