Is there way typing declare parameter as the library ,also adding auto-comment the used library.When someone read source code ,he will know the library i.e.
B4X:
Sub Process_Globals
Private usbserial As felUsbSerial 'using felUsbSerial Lib <==Adding Auto-comment the used library
Private manager As UsbManager '? <== <==Adding Auto-comment the used library
Private bc As ByteConverter 'using ByteConverter Lib <==Adding Auto-comment the used library
End Sub
Last edited: