News

Along with a new default model, a new Consumptions panel in the IDE helps developers monitor their usage of the various ...
Want to code your own scripts and apps using AI? Here's some guidance to get you started off on the right foot.
Codex, the AI coding assistant that writes, tests, and fixes code like a virtual coworker, can now connect to the internet. Plus, ChatGPT Plus users can try it today.
Install the Metals extension from the Marketplace by clicking on this badge or via the VS Code editor: Make sure to disable the extensions Scala Language Server and Scala (sbt) if they are installed.
Use CommonUtils methods for basic Java conditions (ex. CommonUtils.isNotEmpty()). Use var only if you know the argument type. Use it only for simple types like String and int or for long name complex ...