An open API service indexing awesome lists of open source software.

https://github.com/wikunia/brackets-quickdocsregex

Inline QuickDocs inside brackets for regular expressions
https://github.com/wikunia/brackets-quickdocsregex

Last synced: 11 months ago
JSON representation

Inline QuickDocs inside brackets for regular expressions

Awesome Lists containing this project

README

          

# QuickDocsRegEx
This extension provides a quick documentation for regular expressions inside your JS or PHP code.

## How to use
You can use the Navigation menu (Navigation->Quick Docs) or ```Ctrl+K```, while your cursor is on a regular expression, to open the inline documentation.

![Example](image/example.png?raw=true)

##The documentation includes
+ description
+ cheatsheet
+ groups,square brackets
+ flags

### License
Creative Commons v3.0
[http://creativecommons.org/licenses/by/3.0/](http://creativecommons.org/licenses/by/3.0/)