View Single Post
04/15/14, 12:29 PM   #4
Iyanga
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 183
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.)
  Reply With Quote