CodeAtlasVsix
CodeAtlasVsix copied to clipboard
New feature for Visual Code
Why cannot have this tool for Visual Code and all programming language?
VSCode's API is totally different. CodeGraph rely on doxygen to do the analysis work, so it's limited by doxygen.
Are there limitations presented by VSCode API that are critical to CodeAtlas or doxygen? Is doxygen incompatible with VSCode?
@ENDrain I don't think there is any big limitations from VSCode. It's mainly a matter of effort and time. As long as you can invoke an exe from a VSCode extension, you can make an extension like CodeGraph.