thehogfather / brackets-code-folding

Code folding extension for brackets IDE
134 stars 42 forks source link

Add a title field to your package.json #46

Closed lkcampbell closed 10 years ago

lkcampbell commented 10 years ago

Right now, the "name" of your extension is showing up in the Extension Manager list: brackets-code-folding.

You can give it a nicer looking name by adding a "title" field to your package.json. Just give it a string value like "Code Folding" (or whatever) and that name will show up in the Extension manager list.

thehogfather commented 10 years ago

good shout :+1: