How to enable tips in Sublime Text
Learn how to enable Sublime Text's auto-complete feature and make coding faster and easier!
Enabling Tips in Sublime Text
Sublime Text is a popular text editor which can be used to write and edit code quickly and efficiently. It offers various features, such as syntax highlighting, code completion, and snippets, to help users write code. It also provides tips to users, which can be helpful in improving their coding skills.
To enable tips in Sublime Text, follow these steps:
- Open the Sublime Text application.
- Go to
Preferences > Settings
. - In the settings window, locate the
"show_tips"
setting. - Change the value of
"show_tips"
totrue
. - Save the settings, and restart Sublime Text.
Once you have followed these steps, you should see a pop-up with a tip when you open Sublime Text. The tips are shown randomly when you open the application, and they can be helpful in improving your coding skills.
For example, the following tip suggests using the CTRL + P
shortcut to quickly open a file in the Sublime Text editor:
Tip: To quickly open a file, press CTRL + P
i