npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@phoenix-plugin-registry/brackets-improvements

v1.0.0

Published

Simple extension that extends brackets and adds some useful functionalities.

Downloads

8

Readme

Brackets Improvements

Simple extension that improves and extends brackets. adds the following :-

####Case Converter Converts case of selected text into uppercase, lowercase and titlecase, or swap cases, supports multi-selections.

####Reindent Organizes file by reindenting selected lines using Code Mirror's smart indent, supports multi-selections.

####Context Menus Extends Adds lock working set to working set settings context menu, and extends project, working set, and editor context menu by adding :

  • Editor Menu
    1. Cut, Copy and Paste
    2. Indent, Unindent
  • Working Set Menu
    1. Save All
    2. Close All
    3. Reopen Closed File
    4. Open File...
    5. New File
  • Project Menu
    1. New Project...
    2. Open Folder...
    3. Set as Project

REQUIRES: (New Project) extension for menu item New Project... and (Reopener) extension for menu item Reopen Closed File inorder to function.

####Bars Toggle Shows and hides toolbar (icon's bar) and statusbar.

####UI Fixes Fixes border between linter and language indicator (linter left border is actually hidden and instead language indicator have a right border...just fixed that) and if linter is disabled, hides the linter.

####Style Removes the triangle shown on selected item in sidebar, if you don't want this just clear the file style.css but DO NOT DELETE IT.

##How to Disable One of The Improvements

  1. Open Extensions Folder (Help -> Show Extensions Folder).
  2. Navigate into user\ai.brackets-improvements.
  3. Edit main.js file.
  4. comment the line (add // at the beginning of the line or go to the line and press Ctrl + /) containing the improvement you want to disable, under Requires and Imports comment.
  5. comment the line containing the initialization of the improvement you want to disable, under initialize all comment.

Report Issues and Feature Requests

Issues and feature requests can be reported at https://github.com/aymanizz/Brackets-Improvements/issues

License

MIT License. see LICENSE for more details.