Home > Development Tools > sublime > body text

How to find sublime php syntax error prompts

藏色散人
Release: 2020-07-28 10:44:44
Original
3903 people have browsed it

How to discover sublime php syntax error prompts: first open the sublime software; then write the php code in sublime; then press the shortcut key "ctrl B" to display the error prompt during execution.

How to find sublime php syntax error prompts

Last night, because a certain variable code in php was written incorrectly, sublime did not prompt a syntax error. After working on it for a long time and debugging it step by step, I finally found out that the obtained variable was empty

sublimeCan prompt php syntax errors

After sublime finishes writing the php code, if you make a mistake, it will not prompt you for syntax errors immediately like eclipse.

However, when pressing the shortcut key ctrl B, if there are any errors during execution, they will be displayed. I like it even if it doesn't have real-time prompts. I won't interrupt my thoughts to correct errors.

Screenshot:

ctrl B

The above is the detailed content of How to find sublime php syntax error prompts. 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