Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Slay the InquireNew to Visual Studio Code? Get it now.
Slay the Inquire

Slay the Inquire

Deltalab

|
42 installs
| (0) | Free
Tooltip like "Slay the Spire"
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

slay-the-inquire README

WARN: This extension is experimental.

Features

Add tooltip like Slay the Spire to your code.

For example if there is an image subfolder under your extension project workspace:

Show tooltip

Requirements

Add config file at <WorkspaceFolder>/slay_the_inquire.config.toml

Like:

[[tooltips]]
keyword = "Poisoned"
description = """
Enemy is `Poisoned` if it has `Poison` token.  
Poisoned enemy take damage when end of turn.  
Damage equals `Poison` token count.
"""

[[tooltips]]
keyword = "CanDie"
description = """
Enemy is `CanDie` if it has non-positive health.
"""

Extension Settings

Currently no setting.

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