hi i am using 2 different IDEs.
When using 2 different IDE, we constantly have to make corrections due to habit.
This request may have been submitted before, I searched for it but could not find it. Sorry.
Thanks.
An example for those who do not understand and use visual studio;
- B4X
- Visual Studio
When using 2 different IDE, we constantly have to make corrections due to habit.
This request may have been submitted before, I searched for it but could not find it. Sorry.
Thanks.
An example for those who do not understand and use visual studio;
It is clearly visible in the video.
B4X IDE Coding ;
B4X:Dim str as String If Str="" 'i press enter not auto complete "then" and "end if" .. 'Okey??
i coding Visual Studio IDE;
B4X:Dim str as String If Str="" 'i press enter auto complete "then" and "end if" .. 'so; If Str="" Then End If
B4X IDE i enter press not auto complete "then" and "end if"
Visual Studio IDE i enter press auto complete "then" and "end if"
For B4X autocomplete;
"then" I have to write.B4X:Dim str as String If str="" Then ' i press enter autocomplete "end if"..
Maybe you understand better.
Last edited: