I have an application in VB6 which I am supporting. The only environment that I know of to edit the VB6 project is "Microsoft Visual Basic 6.0" its kind of hard to navigate around compare to the modern editors.
In my projects there are VisualBAsic Module File and a ORIG FILE eg:
mymodule mymodule.bas.orig
"I will never have to modify the UI just the script"
My first question is is there are alternate Application to modify VB6 project(Without Migrating)?
If not I can see that the module file can be edited using Notepad++. So my second question is can I use Notepad++, sublime, intelij etc. To modify the module then save without any complication(character compatible issues?, file linking issues etc) ? Are there any known issues by doin this? Would you recommend Editing scripts external using a text editor?