Wish IDE RAD Improvements

qsrtech

Active Member
Licensed User
Longtime User
while it's nice to have all the keyboard short cuts, who on earth has the time to remember all of them?

Please update the ide so that when you hold the control key and click on a sub, property, etc. it will jump to it's definition, also preferably it will jump to the exact line where a variable is defined.

Also, why don't we have tooltips that gives us the type or parameters when we hover over an identifer?

Also, why can't we have a default device when we're debugging instead of wasting time to always pick/confirm the device?

Please add features that truly make the product RAD. Time is money. Seconds add up fast, especially when working with large real world projects.
 

Erel

B4X founder
Staff member
Licensed User
Longtime User
Please update the ide so that when you hold the control key and click on a sub, property, etc. it will jump to it's definition, also preferably it will jump to the exact line where a variable is defined.
This will be included in the next version.

Also, why can't we have a default device when we're debugging instead of wasting time to always pick/confirm the device?
The last connected device will be used (in rapid debug mode or background compilation).
 
Top