cfc icon indicating copy to clipboard operation
cfc copied to clipboard

A ColdFusion compiler designed primarily to support editor tooling - in particular, it drives a VsCode language server plugin offering syntax and some semantic checking of ColdFusion code.

Results 2 cfc issues
Sort by recently updated
recently updated
newest added

In the following code, the "return" statement is flagged as an error: `A return statement must be contained inside a function body. cfls` Maybe the syntax checker should ignore the...

bug

![image](https://user-images.githubusercontent.com/738584/222418619-b242673b-89e7-41a6-87f4-e77c7fa4218e.png) abstract method declarations with a type specified cause no final return and missing { errors

bug