IntelliJ_NVDA_Addon

Addon for NVDA that adds support for using IntelliJ. Current features are:

How to install

  1. Download latest release or build by running scons
  2. install like a normal addon by opening the generated addon file with NVDA (should open with NVDA by default)

How to fix the status bar text not being read

If the status bar text isn't read out, such as for automatically reading error/warning descriptions, then it is likely that the status bar text widget isn't enabled. Since IntelliJ version 2023.3, it seems to be disabled by default, so it has to be manually enabled. To do so, do the following:

  1. Open the Search All panel by double tapping shift
  2. Search for "Status Bar Widgets" and activate it with Enter.
  3. Find "status text" in the list.
  4. Activate it by pressing spacebar. (It might not report whether it is checked or not)
  5. Exit the widgets list by pressing Esc.
  6. Retry reading the error/warning description.

You can test whether the status bar text can now be read successfully by jumping to an error/warning with F2 and pressing NVDA + I.

The same applies to the line number. You will need to insure that the line number is shown in the status bar before you are able to get the line number. Note that breakpoints will not be indicated without the line number being visible in the status bar.

Tips for using IntelliJ

Checking errors/warnings

When focused inside a file editor:

When editor cursor is on error/warning:

Navigating

VCS

Misc.

Debugging

Changelog

Version 1.5.2

Version 1.5.1

Version 1.5.0

Version 1.4.0

Version 1.3.4

Version 1.3.3

Version 1.3.2

Version 1.3.1

Version 1.3.0