Monthly Archives: April 2016

Configuring your Orion project

Everyone loves to customize stuff. In Orion 11.0, we provided support for .tern-project files so you can do just that. A .tern-project file, for those unfamiliar with them, is a configuration file that lives at the root of your project, is entirely … Continue reading

Posted in General | Tagged , , , | Comments Off on Configuring your Orion project

Your code has mistakes – We can help you fix them

Orion has powerful linting tools that detect potential programming problems as you type.  Our tooling provides a huge list of rules, everything from basic syntax mistakes like missing semicolons to multi-file function reference checking.  Try out the latest at orionhub.org. … Continue reading

Posted in Tips & Tricks | Comments Off on Your code has mistakes – We can help you fix them