The JADE 2022 release meets tomorrow’s business demands.
HistoricalComments
Software Medical Infomatics Limited 14/09/2018 7:14:57 AM
I really like the navigation in ReSharper in Visual Studio. Control-clicking on something takes you to the definition of that thing. If that were implemented in Jade it would be fantastic. E.g. control-click on a local variable in a method scrolls to the vars section. Control-clicking on a method call opens a class browser for the class with the method selected. Control-clicking on a property opens a class browser for the class with the property selected, etc. Brian Johnstone 11/09/2018 8:51:51 AM It would definitely be nice to be able to go to the property/method in a new CHB, but it may need to be a user preference and a modifier key combination to avoid any annoyance for people who use that as a way to quickly get to the type of that property. eg: Adding the 'Ctrl' modifier to the 'Shift+F11' shortcut to open a new class hierarchy browser (CHB) with the property/method pre-selected and having focus on that relevant list. The user preference would be to toggle whether the default behaviour without the 'Ctrl' modifier is the existing behaviour or the ?new? behaviour. In the interim, the following sequence utilises the new feature in Jade 2016 SP1 to make it somewhat quicker to get there. 1. Double click the 'something' and copy to the clipboard. 2. Put focus into the owner/receiver of the property/method and use Shift+F11 to open a new CHB for that class. 3. Press the new Ctrl+6/Ctrl+7 shortcut to bring up the new 'quick find' for property/method respectively. 4. Paste the clipboard contents and press enter to navigate straight to that property/method. |
A portion of this Jedi has been shipped.
Since Jade 2020, references can be accessed directly from code, via the editor's 'usages' context menu.