I am currently finishing one major part of my VB6 project and then dropping out on occasion to use RJTextEd when I have a bug to resolve in one of my other projects. One useful facility that the VB6 IDE provides is the ability to double-click on a function or subroutine's name

then use the key combination Shift + F2, this takes you to the function or sub routine immediately. It does it regardless of the location of the routine as long as it is in a file that is open as part of the project.

I have looked for something similar in RJTextEd but have not found something that works for me. When I double-click upon a function name I have the right click choice of:
Find Declaration,
Find Implementation
Find in Project.
The top two seem to do nothing when javascript is the default language, the only one that comes close to the functionality I am looking for is the "Find in Project" that does at least perform a global search for all such string occurrences.
In the VB6 IDE a simple Shift + F2 is enough to take you straight to the highlighted function. It would be extremely useful to have such a working facility in RJTextEd and the utility of the key combination would make transition between the two code editors seamless. It would also enhance RJTextEd.