v1.9.7
Add Signature Help, Hover support and Documentation Generation features for P1!
This release brings our P1 support into feature parity with the P2 feature set and also includes minor fixes for the P2 side of things.
- When typing user and built-in method calls Signature Help will describe parameters needed, with meaning, as they are typed
- Now supports hover over User variables, constants, methods, pasm labels and objects to display pop-up information about the item including comments within the code for the item
- Now supports hover for Built-in Spin methods, variables, and constants to display pop-up documentation about the built-in item
- Adds new Doc-Comment Generation for PUB and PRI methods via keystroke [Ctrl+Alt+c] - Ctrl+Alt+( c )omment.
- Comment is inserted immediately below the PUB or PRI line. - Adds new Object Public interface documentation generation via keystroke [Ctrl+Alt+d] - Ctrl+Alt+( d )ocument. Doc opens on the right side of the editor window
- P2 Hover information is now shown for debug display window names.
- New for P1 and P2: when user methods don't have parameter documentation the signature help now works and it reminds us how to generate the missing documentation.
Full Changelog: v1.9.6...v1.9.7