In this video tutorial, I’ll be showing you how to extend Sublime Text Autocomplete functionality. Since Sublime Text is an editor and not an IDE, it provides basic auto completion but not a lot. We’re going to be installing a few packages to enhance Sublime Text in providing better Autocomplete results.

All Autocomplete

This handy little package will enable Sublime Text to provide autocomplete suggestions for the methods declared in the files that are currently open in your editor.

PHP Completions Kit

Since Sublime Text is a general purpose editor and doesn’t focus on any specific language. If you require autocomplete for a specific language you need to install it’s package. Since, I work mostly with PHP I’m going to be installing PHP Completions Kit package. This will enable Sublime Text to provide me suggestions for PHP’s native methods.

PHPUnit Completions Kit

If you are a fan of Test Driven Development (TDD) like me, you would need this package. This package will provide the autocomplete suggestions for PHPUnit Annotations as well as it’s assertions.

MongoDB – PHP Completions Kit

This package will provide the autocomplete suggestions for PHP MongoDB class and methods to enable easy development for applications that uses MongoDB.

VueJs Complete Package

If you use VueJs which is an amazing JavaScript framework, this package will provide you autocomplete for VueJs. This will enable you to write VueJs code efficiently and quick.

That’s it for this tutorial, in the next tutorial, I’ll be showing you a few more packages. Those packages will extend Sublime Text to become a better PHP editor.

Till next time, Good Bye.