Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 773 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 773 Bytes

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
  • UPPER_SNAKE_CASE
  • snake_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 the appropriate case 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!