Home > Development Tools > sublime > body text

How to auto-complete sublime

下次还敢
Release: 2024-04-03 11:36:18
Original
1198 people have browsed it

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.

How to auto-complete sublime

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

  1. Trigger auto-completion: When you start typing a word or code, Sublime Text will automatically Display a list of suggestions.
  2. Select suggestions: Use the arrow keys or the Tab key to navigate between suggestions.
  3. Accept Suggestions: Press Enter to accept the selected suggestion.

Customize autocomplete

You can customize the autocomplete list by editing the following file:

  • Word completion: Preferences-> Settings - User
  • Code completion: 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:

  • Context-aware completion: will provide relevant suggestions based on the code you are editing.
  • Code snippet completion: Allows you to quickly insert predefined code snippets.
  • Error completion: helps you identify and fix errors in your code.

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!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!