Install in VSCode
To use IntraJ, you need to have Visual Studio Code installed on your computer. If you don’t have it installed already, you can download it from the official website:
Once you have Visual Studio Code installed, you can install the IntraJ extension from the Visual Studio Code Marketplace
Once you have installed the extension, IntraJ will run automatically on all open Java files without any user intervention.
IntraJ seamlessly integrates with Visual Studio Code, providing you with a powerful static analysis tool that can help you detect bugs, null pointer exceptions, dead assignments, and code smells in your Java code.
Fast Bug Detection
IntraJ is designed to be fast and efficient, allowing you to detect bugs in your code quickly and easily. It runs automatically on all open Java files without any user intervention and provides precise explanations of the bugs it finds.
Quick Fixes
IntraJ supports quick fixes for some checks, allowing you to fix issues in your code with just a few clicks. When IntraJ detects an issue, it will provide you with a suggested quick fix (if available) that you can apply directly from the editor.
Exhaustive Explanation
IntraJ supports a wide range of checks, each of which is explained in detail in this documentation. Each check comes with examples of how to use it, as well as information on the types of issues it can identify in your Java code. You can use this documentation as a reference guide to understand how to use IntraJ and how it can help you write better Java code.