Here's a list of issues when working within the editor.

Variable Names

On some occasions, having a variable name the same as a class name will cause parser errors within the editor.

Example:

In the image below, we have a variable called http which is causing the parser to report an error.



When changing the variable to a different name, the error goes away.