CodeAtlasVsix icon indicating copy to clipboard operation
CodeAtlasVsix copied to clipboard

New feature for Visual Code

Open catafest opened this issue 5 years ago • 3 comments

Why cannot have this tool for Visual Code and all programming language?

catafest avatar Apr 23 '20 17:04 catafest

VSCode's API is totally different. CodeGraph rely on doxygen to do the analysis work, so it's limited by doxygen.

league1991 avatar May 29 '20 07:05 league1991

Are there limitations presented by VSCode API that are critical to CodeAtlas or doxygen? Is doxygen incompatible with VSCode?

ENDrain avatar Sep 25 '20 23:09 ENDrain

@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.

league1991 avatar Nov 16 '20 09:11 league1991