Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gary-ash/sublime_geedbla

My catch all Sublime Text plugin
https://github.com/gary-ash/sublime_geedbla

sublime-text

Last synced: about 1 month ago
JSON representation

My catch all Sublime Text plugin

Awesome Lists containing this project

README

        

![GitHub](https://img.shields.io/github/license/Gary-Ash/sublime_geedbla?style=flat-square) ![](https://img.shields.io/badge/sublime--text-v4-orange?style=flat-square&logo=sublime-text)

## _Gee Dbl A Sublime Text Utility Package_
The repository is a catch all utility package for [Sublime Text](https://www.sublimetext.com)

Commenting helpers:
      - Insert and update my standard style file header comment
      - Insert a "box" style comment. I normally use this to group routines together
      - Insert a separator line comment

Run source code prettiers on a variety of file types: (defaults)
     [Uncrustify](https://github.com/uncrustify/uncrustify) - C, C++, C#, Objective C, Java
     [SwiftFormat](https://github.com/nicklockwood/SwiftFormat) - Swift
     [Black](https://github.com/psf/black) - Python
     [PerlTidy](http://perltidy.sourceforge.net) - Perl
     [rbprettier](https://github.com/prettier/plugin-ruby) - Ruby
     [Gofmt](https://golang.org/cmd/gofmt/) - Go

Set the Unix executable bit for any file with a Unix #! shbang comment

Edit shell configuration files (Bash and/or Zsh)

Create a new buffer initialized with contents of the current selection