Sublime Forum

Syntax errors

#1

I think SublimeText would be the perfect editor for me (and for everyone) if it wasn’t for a few things that I haven’t managed to achieve. I want to post the most important feature for me that should be in ST2 and I think it is not developed yet. It is PHP error reporting

I mean, when you are writting in any language, it is very useful when the framework warns you about incorrect lines (not finished with “;”, for example), of if you write in PHP three letters without a dollar symbol, it should warn that it isn’t a variable. I’ve tried a plugin with ST2, but it soesn’t seem to work properly. Another thing extremely useful is when the framework warns you about a IF-ELSE badly closed with keys.

Do you know how to get that behaviour? Due to it is why I am using Aptana instead of ST2.

Thanks!

0 Likes

#2

You’re 2 choices are Sublimelint (github.com/kronuz/sublimelinter).

0 Likes