Sublime Text 3 does not recognize commands in PHP

2

I started using Sublime Text 3 after a while using BlueFish and I came across a situation; the PHP commands are not executed by my editor and after a long search on Google and talk with some friends developers, I was told that a certain option should be activated for Sublime to understand the PHP code. There went 2 hours and I still can not find it.

Does anyone know where this option would be, if it really exists, or my editor who is having problems? Also, I have a friend who is not able to run JavaScript in Sublime either.

    
asked by anonymous 03.07.2017 / 18:46

3 answers

2

The sublime does not run php, not even the bluefish as I recall, what you can do is set the standard php syntax that comes with the sublime, or download some that have ways to complete the functions. I recommend PHP Syntax Checker. To install just press Ctrl + Shift + P, after that enter "Install package" and enter the name of the package "PHP Syntax Checker" and ready, it will be installed and can already use. On the internet you can find other packages that are very productive.

    
03.07.2017 / 19:02
1

It does not execute anything, it is a text editor. If you want to edit Syntax, just go to view > > Syntax > > PHP

    
03.07.2017 / 18:58
-3

OPEN THE WAMP BY CLICKING ON THE WAMP ICONE WHEN IT IS IN GREEN, RED OR YELLOW STATE. CLICK WITH LEFT BUTTON EVEN, YOU WILL OPEN A BAR, AND CLICK ON WWW DIRECTORY. GO ON THE SUBLIME PROJECT - > ADD FOLDER - > CLICK ON MY COMPUTER OR YOU HAVE ANOTHER VERSION OF WINDOWS OR MAC OR LINUX, GO TO THE C: BOOK OF THE HD OR LOCAL DISK C, THEN GO WAMP OR WAMP64 OR WAMP 32, AFTER WWW AND SELECT THE FOLDER YOU PLAYED WITHIN THE WWW NO WAMP

IN CASE OF XAMPP YOU HAVE TO PLAY ON THE HTDOCS FOLDER ...

Hugs!

    
17.01.2018 / 14:17