How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.
Side Bar Tools and Enhancements for Sublime Text. Files and folders.
The main features of titobouzout/sidebarenhancements are: Editor Plugins, General Extensions, Develop Tools.
Projects with overlapping indexed features include: sublimelinter/sublimelinter3 — The code linting framework for Sublime Text. sublimetext/trailingspaces — Highlight trailing spaces and delete them in a flash. jisaacks/gitgutter — GitGutter is a Git diff visualization tool and plugin for the Sublime Text editor. It interfaces with the Git binary… sergeche/emmet-sublime — This project is a Sublime Text plugin and web development editor extension that functions as a markup abbreviation… amix/vimrc — This project is a Vim configuration framework and development environment that transforms the basic text editor into a… abe33/atom-pigments — An Atom package to display colors in project and files.
Highlight trailing spaces and delete them in a flash.
The code linting framework for Sublime Text
GitGutter is a Git diff visualization tool and plugin for the Sublime Text editor. It interfaces with the Git binary to provide real-time tracking of modified and untracked files, visualizing version control status directly within the editor gutter to mark inserted, modified, or deleted lines. The tool enables navigation between modified code hunks and the inspection of commit metadata via hover popups. It allows users to define specific branches, tags, or commits as reference points for calculating changes and provides the ability to revert modified hunks or copy original committed text to t
This project is a Sublime Text plugin and web development editor extension that functions as a markup abbreviation expander. It allows for the rapid creation of structured HTML and CSS code blocks by transforming concise, CSS-like shorthand tokens into full markup and stylesheets. The tool provides advanced automation for web workflows, including the generation of nested HTML elements, BEM class names, and CSS vendor prefixes. It also includes specialized utilities for generating CSS gradients with browser compatibility fallbacks and converting image paths into base64 encoded data URLs. Beyo