The question might be stupid since I am relatively new to Scheme, with my prior programming experience being limited to Matlab and Python in Visual Studio Code. Currently, I am working on a plugin to implement a feature discussed in this forum post: Algorithm2e for Texmacs, using TeXmacs as an IDE and testing the functionality by inserting the .scm files as plugins.
However, this development method proves to be challenging due to the lack of debugging tools and auto-complete functionality when using TeXmacs-specific functions. Is there any way to develop using tools like vscode? (As far as I know, I can get the auto-complete from vscode, but the debugging and the test still require TeXmacs.)
Moreover, I am concerned about the compatibility of the plugin with Mogan, given that Mogan and the original TeXmacs utilize different Scheme compilers.