OverviewCubyts Code Analysis for IDE is a powerful review tool that enforces your organization’s coding and security standards directly in your IDE. As soon as you commit, it analyzes code (including AI-generated code) in real time using your enterprise rules (defined in the Cubyts platform) and Abstract Syntax Trees (ASTs) tailored to your programming languages and connected repositories in the Cubyts platform. This ensures your code consistently meets quality requirements and is production-ready. Get detailed, contextual explanations for every issue so you understand the “why,” making it your personal code correction assistant to help you continuously level up your coding skills. The IDE agent works seamlessly with your Cubyts account, creating a unified code quality platform across the software development lifecycle. Through this connection, your team can apply consistent rulesets, uncover hidden quality and security issues, and maintain high standards across projects. Cubyts Code Analysis for IDE supports a wide range of languages, including C#, VB.NET, JavaScript, TypeScript, HTML, CSS, Ruby, Golang, and Python. Get started by downloading Cubyts Code Analysis for IDE from the Extension Marketplace and enjoy safe, reliable coding. How it worksView the list of recommendationsOpen any source file, and you will be able to see the list of recommendations (if any) by Cubyts in the bottom panel view "Cubyts Recommendations". NOTE: If the view is not already visible, then you can open the view using View -> Open view... and type "Cubyts Recommendations". Alternatively you can switch to the "Cubyts Code Analysis" extension and see the recommendations Apply (or dismiss) recommendationIn the "Cubyts Recommendations" view, you can select a recommendation, and the relevant section of the code will be highlighted. Using the context menu on the recommendation, you can trigger one of the following options:
The above options give you full control on what you would like to do with the recommendations by Cubyts. Preview recommended code changeChoose "Apply recommendation" and the refactor preview will be opened, you can now select the change (checkbox should be selected) and click on the item to open the diff view. The diff view (Refactor preview) will give you a clear picture of the changes that will be applied if you choose to "Apply the recommendation. After the applying the changes, the code editor must be saved and further actions like commit and push should be done as and when the code is ready to be published to the repository. If you choose the "Discard", then nothing will be done and the refactor preview will be closed. |