The auto-completion function can automatically complete codes or words to improve coding efficiency. Sublime Text provides powerful auto-completion capabilities, including word, function and code snippet completion. You can customize the completion list by editing the settings file, and enjoy additional features such as context awareness, code snippets, error completion, and more.
Auto-completion function of Sublime Text
What is auto-completion?
Autocomplete is a feature that helps you automatically complete the words or codes you are typing, making your coding more efficient.
AutoComplete in Sublime Text
Sublime Text offers powerful autocompletion to help you complete words, functions, and code snippets.
How to use auto-completion
Customize autocomplete
You can customize the autocomplete list by editing the following file:
Preferences-> Settings - User
Preferences-> Package Settings-> Autocomplete -> Settings - User
In these files, you can add or edit the following settings:
completions
: Specify the Terms included in the autocomplete list. exclude_completions
: Specify terms to exclude from the auto-completion list. Other features
Sublime Text also provides the following auto-completion features:
You can increase your coding efficiency and write better code by taking advantage of Sublime Text’s autocompletion feature.
The above is the detailed content of How to auto-complete sublime. For more information, please follow other related articles on the PHP Chinese website!