Gary-Ash / sublime_geedbla

My catch all Sublime Text plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GitHub

Gee Dbl A Sublime Text Utility Package

The repository is a catch all utility package for Sublime Text

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 - C, C++, C#, Objective C, Java
     SwiftFormat - Swift
     Black - Python
     PerlTidy - Perl
     rbprettier - Ruby
     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

About

My catch all Sublime Text plugin

License:MIT License


Languages

Language:Python 100.0%