Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>phrasewarningsNew to Visual Studio Code? Get it now.
phrasewarnings

phrasewarnings

CALLUM N JONES

|
144 installs
| (0) | Free
Warnings for Phrases
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

phrasewarnings README

This extension provides the ability to define phrases that, when typed in the editor, will display a warning modal.

Features

Define phrases and possible warnings in settings.phraseWarnings.warnings. Specify what phrases should show warnings and what the warnings text should say. These should follow this schema:
{ phrase: 'catch this!', warning: 'caught!' }. You may also want to use Regular Expressions rather than strings, to do this use the field 'regEx' instead of 'phrase': { regEx: '\\.on\\(\\'value\\'\\)|\\.on\\(\\''\\value\\''\\), warning: 'Caught your RegEx!' }.

Extension Settings

See 'Features'.

Known Issues

Calling out known issues can help limit users opening duplicate issues against your extension.

Release Notes

1.0.0

Initial release of Phrase Warnings

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