Coder Social home page Coder Social logo

sublimetut's Introduction

Perfect Workflow with Sublime Text 3

Introduction

Welcome to an overview of Sublime Text 3 most useful shortcuts and tips. Sublime Text is a cross-platform text editor, and in the recent years it has transitioned from a hipster wed developer widget to a must-have professional tool for the modern software developer. This manual will cover essential shortcuts and add-ons that Sublime Text provides that''ll increase your productivity, smoothen your workflow, and decrease projects'' duration/time more than any other software you''ve used in the past. I''ll start with the assuption that you posses prior knowledge in programming languages, and common development workflow scenarios. If you don'' t, stop right now and grab a copy of Nathan Caldwell''s 'How to write a Java Program on Mac OS X' & Austin Seber''s 'Eclipse IDE for beginners' to acquire the essentials from which this manual builds upon.

Snippets

<snippet>
  <content><![CDATA[
    def ${1:function}(${4:params}):
      print 'Hello, ${2:this} is a ${3:snippet}.'
  ]]></content>
  <!-- Optional: Tab trigger to activate the snippet -->
  <tabTrigger>hellow</tabTrigger>
  <!-- Optional: Scope the tab trigger will be active in -->
  <scope>source.python</scope>
  <!-- Optional: Description to show in the menu -->
  <description>My Fancy Snippet</description>
</snippet>

Will create

def function():
  print 'Hello, this is a snippet.'

sublimetut's People

Contributors

marcial1234 avatar

Watchers

 avatar

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.