v1.9.2
New feature: Hover support for P2! (P1 coming soon)
Hovers show information about the symbol/object that's below the mouse cursor. This is usually the type of symbol and description. Feature in README
- 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
- Hover for Built-in Spin2 methods, variables, constants, and smart-pin 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. See examples - BUGFIX P2 no longer treats
asmclk
as pasm label (Oops) - BUGFIX P2 in debug() statements: variables accessed as sub bitfields now highlighted correctly (e.g., c.[2..7])
- P2 syntax: added getcrc, strcopy
- P2 semantic highlight: added missing smartpin constants
What's Changed
- Public new hover feature from Develop branch by @ironsheep in #23
Full Changelog: v1.9.1...v1.9.2