View Single Post
04/15/14, 05:04 PM   #5
Tinuviel
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 7
Originally Posted by Iyanga View Post
Does the syntax checker from IntelliJ just mark lexical errors or grammatical errors, too?

In example, will it tell you that this code is not valid LUA:

if a == false then
local bla = a
else if b == false then
local bla = b
end


(Just wondering if it's worth to switch the IDE, but don't want less features.)
Just looked, and it doesn't.
  Reply With Quote