更新时间:2021-11-12 16:30:59
coverpage
Mastering Sublime Text
Credits
About the Author
About the Reviewers
www.PacktPub.com
Support files eBooks discount offers and more
Preface
What this book covers
What you need for this book
Who this book is for
Conventions
Reader feedback
Customer support
Chapter 1. Installing Sublime Text
Preparing for Sublime Text Installation
Installing Sublime Text on OS X
Installing Sublime Text on Windows 32/64 bit
Installing Sublime Text on Linux
Getting to know the Data and Packages directories
Running Sublime for the first time
Installing the Package Control ASAP
Summary
Chapter 2. Code Editing
Discovering Search and Replace
Mastering Column and Multiple Selection
Navigating through everything
Using the must-have SublimeCodeIntel
Linting with SublimeLinter
The must-know shortcuts map
Chapter 3. Snippets Macros and Key Bindings
Getting to know a snippet
Understanding your first snippet
Using Package Control snippets
Recording editing and using macros
New key bindings
Chapter 4. Customization and Theme Development
Overriding and maintaining key bindings
Understanding Sublime's base settings
Beautifying Sublime with colors and themes
Mastering Split Windows
Chapter 5. Unravelling Vintage Mode
Understanding Vintage Mode
Setting up Vintage Mode
Experiencing Vintage Mode features
Knowing about Vintageous
Chapter 6. Testing Using Sublime
Introduction to testing in Sublime Text
Testing in PHP development
Testing in Python development
Testing in Ruby development
Chapter 7. Debugging Using Sublime
Introduction to debugging in Sublime Text
Debugging PHP with Xdebug
Debugging JavaScript with Web Inspector
Debugging C/C++ with GDB
Chapter 8. Developing Your Own Plugin
Warming up before starting a plugin
Starting a plugin
Developing the plugin
Publishing our plugin
Index