Giter VIP home page Giter VIP logo

codebuddy's Introduction

Code Buddy

Learn shortcuts while programming using Sublime Text 3.

Shortcuts offered by package

Text Shortcuts

  • CMD + J Join line below to the end of the current line
  • CMD + (up) Swap line with line above
  • CMD + (down) Swap line with line below
  • CMD + L Select line
  • CMD + X Delete line if no selected region, Cut behaviour
  • CMD + [ Unindent
  • CMD + ] Indent
  • ^ + M Go to matching bracket
  • CMD + / Comment Line
  • CMD + Shift + D Duplicate Line

Non-text Shortcuts

  • CMD + K + B Toggle Sidebar
  • CMD + P Quick-open files by name
  • CMD + P + : Goto line in current file
  • CMD + R Goto symbol, Goto word in current file
  • Click "Find Results" left Gutter Go to file and line

Installing

Submitting to Sublime Package Control.

Compatibility

Sublime Text 3 OSX, Linux, Windows

Dependencies

SubNotify https://github.com/facelessuser/SubNotify

Growl (OSX)

Sublime Text 3 Api

Note: this call never seems to occur

post_text_command(view, command_name, args) 

https://www.sublimetext.com/docs/3/api_reference.html#sublime.Region

Future plans

  • Scrolling detection and recommendations
  • Reindent

Alternate delivery of info

Initially native sublime popups were using to provide shortcuts. These were too intrusive and unavoidable. However they are commented out, such that in the case of technical difficulty due to dependencies/compatibility the full function of the package can be experienced.

License

MIT License, Copyright 2014 David Furlong

Note this doesn't include the unused scrolling code at the end

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.