Is there way to have sublime text to build/compile real time as I type code so it can show my code errors if there's any? xcode has this feature.
for example, if i'm writing in a ruby file and in the first line i type:
print(hello)
and as i enter to the second line, sublime will tell me there's an undeclared variable "hello" in the first line?