Skip to content

girldevelopitcincinnati/gdi-cincinnati-sublime-text

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

Repository files navigation

Getting Started with Sublime

What is a text editor?

  • A text editor is a program that allows you to open, view and edit files that contain text or code.
  • Basic examples are Notepad for Windows or TextEdit for OSX. You can make websites with these!
  • A good text editor for developers highlights your syntax, helps you complete your code and scales to your development style.

What about Sublime?

  • Free trial for life ($70)
  • Developed by a former Google software engineer named Jon Skinner since late 2007.
  • Simple
  • Highly configurable
  • Generally used in all Girl Develop It classes

Working with projects

  • Open Files/Folders
  • Finding files or functions

Working with code

  • Syntax highlighting
    • Color errors
  • Spacing
  • Code suggestion

Keyboard Shortcuts

  • Multiple cursors

Package Control

  • What are packages?
    • Packages are a collection of resource files used by Sublime Text: plugins, syntax highlighting definitions, menus, snippets and more. Sublime Text ships with several packages, and more user created ones are available.
  • Install Package Control
  • Install Packages
    • Command Pallete
  • List Packages
    • Tools > Command Palette > Package Control: List Packages
  • Remove Packages
    • Tools > Command Palette > Package Control: Remove Packages
    • This will list packages and allot you to remove them.

Sprucing up your editor

Making development faster

  • Install Emmet

About

A workshop on using Sublime Text 3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published