LWGShane Well-Known Member Licensed User Longtime User Jun 20, 2015 #1 I would love to see better intellisense in regards to auto-completing statements. - When typing a word separately, pressing Space doesn't complete the word. - Intellisense should auto-complete If statements, Sub's, etc. In other words, I'm requesting the intellisense capabilities of Visual Studio.
I would love to see better intellisense in regards to auto-completing statements. - When typing a word separately, pressing Space doesn't complete the word. - Intellisense should auto-complete If statements, Sub's, etc. In other words, I'm requesting the intellisense capabilities of Visual Studio.
Erel B4X founder Staff member Licensed User Longtime User Jun 20, 2015 #2 WhiteholeSoft said: When typing a word separately, pressing Space doesn't complete the word. Click to expand... This is by design. Space commits the selected item only when you explicitly start the auto complete feature (Ctrl + Space).
WhiteholeSoft said: When typing a word separately, pressing Space doesn't complete the word. Click to expand... This is by design. Space commits the selected item only when you explicitly start the auto complete feature (Ctrl + Space).
LWGShane Well-Known Member Licensed User Longtime User Jun 20, 2015 #3 Erel said: This is by design. Space commits the selected item only when you explicitly start the auto complete feature (Ctrl + Space). Click to expand... At least there's a keyboard shortcut to do it My second request still stands though. Having the IDE auto-complete If statements, Subs, etc would be awesome and would make going back and fourth between B4X and VS easy. (I use VS for Windows Phone dev)
Erel said: This is by design. Space commits the selected item only when you explicitly start the auto complete feature (Ctrl + Space). Click to expand... At least there's a keyboard shortcut to do it My second request still stands though. Having the IDE auto-complete If statements, Subs, etc would be awesome and would make going back and fourth between B4X and VS easy. (I use VS for Windows Phone dev)