Skip to content

Select text between the brackets or in the string & normalize slash in selections

License

Notifications You must be signed in to change notification settings

bacadra/pulsar-super-select

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

super-select

Select text between the brackets or in the string & normalize slash in selections

Installation

To install super-select search for super-select in the Install pane of the Pulsar settings or run ppm install super-select. Alternatively, you can run ppm install bacadra/pulsar-super-select to install a package directly from the Github repository.

Search

The search begins at the cursor position to the left. When a matching character is found, then it searches for the closing character to the right of the cursor.

Methods

  • super-select:chars-1: select chars by /[0-9\\p{L}_\\.]/
  • super-select:chars-2: select chars by /[0-9\\p{L}_\\.\\-\\[\\]\\(\\)#]/
  • super-select:string: select any of ''', """, ' or " pairs
  • super-select:string-'-': select any of ''' or ' pairs
  • super-select:string-'''-''': select ''' pairs
  • super-select:string-"-": select any of """ or " pairs
  • super-select:string-"""-""": select """ pairs
  • super-select:brackets: select any of (), [], {} or <> pairs
  • super-select:brackets-(-): select () pairs
  • super-select:brackets-[-]: select [] pairs
  • super-select:brackets-{-}: select {} pairs
  • super-select:brackets-<->: select <> pairs
  • super-select:normalize: convert slashes to match the most left slash
  • super-select:double-backslash: convert slashes to \\
  • super-select:backslash: convert slashes to \
  • super-select:forward-slash: convert slashes to /
  • super-select:html-body: select html body
  • super-select:html-tags: select html tags

Contributing

If you have any ideas on how to improve the package, spot any bugs, or would like to support the development of new features, please feel free to share them via GitHub.

About

Select text between the brackets or in the string & normalize slash in selections

Topics

Resources

License

Stars

Watchers

Forks