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
- Host: GitHub
- URL: https://github.com/wikunia/brackets-quickdocsregex
- Owner: Wikunia
- Created: 2014-04-06T11:58:34.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2023-03-18T15:08:55.000Z (almost 3 years ago)
- Last Synced: 2025-04-10T05:15:13.050Z (11 months ago)
- Language: JavaScript
- Size: 101 KB
- Stars: 7
- Watchers: 3
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: Readme.md
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.

##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/)