Small Basic Forum
Intellisense For Variable In SB-Prime - Printable Version

+- Small Basic Forum (https://litdev.uk/mybb)
+-- Forum: Small Basic (https://litdev.uk/mybb/forumdisplay.php?fid=1)
+--- Forum: Discussion (https://litdev.uk/mybb/forumdisplay.php?fid=4)
+--- Thread: Intellisense For Variable In SB-Prime (/showthread.php?tid=109)



Intellisense For Variable In SB-Prime - z-s - 07-24-2024

I Was Using SVB It Has Some Good Function For Better Code Writing.
I Got Some Functions So That If They Can Be Add In SB-Prime It Would Be Great As Small Basic Can't Update Anymore.
1) This Feature Is For Adding Intellisense To Variables So That We Could More Cleary Know What This Variable Is For
EX:
Code:
Res = "Hello World!!" 'This Is The Variable That Store Hello World String.
TextWindow.WriteLine(Res)
Ok Now See How It's Intellisense Wil Be Shown In SVB And SB-Prime.

SB-Prime:
   

SVB:
   

so you could see if there is a function in SB-Prime For just showing some Intellisense like that it would be great

And May Be We Could Also Add Intellisense To Event And Label Also In Same Way