Code Notes 2025.2 Help

Pin notes to symbol

Beta Pin to symbol is the most powerful feature introduced in 2025.2, which allows link notes to a programming language's symbol such as class, field or methods instead link the absolute line number of source code.

Notes

This feature is still under development and only supports Java language. Kotlin, will be supported in the next release. Future releases will support more programming languages.

Benefits

  • Always display notes in the right place when moving symbols away or pulling source code from VCS

  • Unique path for both project files and library files

  • Easily used symbol picker lets you quickly update symbol

Limitations

  • Symbol must be unique via all project files including libraries

  • Java: Implicitly declared class is not supported. Ref: JEP 463.

13 May 2025