DEV Community

Filimonov
Filimonov

Posted on

Basic Setup of Sublime Text 3

I only use Sublime if I need to quickly edit a file or fix something on a remote server. In all other cases, I suggest using PHPStorm.

Install Package Control

Tools → Install Package Control…

Image description

Install plugins

In menu: Preferences → Package Control
And we choose Install Package

This is what Sublime looks like in Windows

Install the following extensions:

  • Emmet - allows you not to write code by hand;
  • SCSS - if you use this preprocessor;
  • SFTP - to be able to connect to remote servers.

That's basically it. It turned out to be a lot shorter than I expected.
If you are using Sublime for Drupal development or layout, write to me and tell me what other useful things you can implement.

Top comments (0)