@phoenix-plugin-registry/com.reecegriffin.c-comment-button

Inspired by Dreamweaver's code editor. Allows you to apply/remove c-style comments to/from the currently selected text without touching your keyboard. C-style comments are the same /* ... */ format that is used in c, c++, Objective-C, PHP, Java, JavaScr


Keywords
c, c++, Objective-C, PHP, Java, JavaScript, CSS, c#, comment, dreamweaver
License
BSD-Source-Code
Install
npm install @phoenix-plugin-registry/com.reecegriffin.c-comment-button@1.0.1

Documentation

This is an extension for the Brackets editor that is sponsored by Adobe. Inspired by Dreamweaver's code editor, this extension provides a button that allows you to add/remove a c-style comment to/from the currently selected text without touching your keyboard (e.g. just using your mouse)..

This can be helpful when you're just performing minor tweaks to your code & you're too lazy to move your hand from the mouse to the keyboard and back.