Skip to content

The extension based on native search component. It is used to search for multiple forms of presentation of your query string.

License

Notifications You must be signed in to change notification settings

wsbak/vscode-extension-case-search

 
 

Repository files navigation

Case Search

The extension based on native search component. It is used to search for multiple forms of presentation of your query string. Supports the following cases:

  • kebab-case
  • camelCase
  • PascalCase
  • snake_case
  • UPPER_SNAKE_CASE
  • Capital Case
  • path/case

If no case is specified, it defaults to all cases.

Usage

The fastest way to use it is to use shortcut keys ⌘+F1. You can then select one or many appropriate cases from the drop-down options and input your query string for custom searching.

screenshot1

Also, The search box can be show up by invoking the command Case Search: Search by case from the Command Palette. The Command Palette can be invoked by the shortcut key ⇧+⌘+P.

screenshot2

Enjoy!

About

The extension based on native search component. It is used to search for multiple forms of presentation of your query string.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 86.7%
  • JavaScript 13.3%