Extend CodeGraph with new visualizers or parsers
mainCodeGraph is designed with several extension points for developers looking to build on top of it:
- New Visualizers: Add new rendering logic or export formats (like JSON or DOT) by adding functions to
codegraph/vizualyzer.py. - New Parsers: Extend
codegraph/parser.pyto support languages other than Python. - New Link Types: Update the
convert_to_d3_format()function invizualyzer.pyto handle new relationship definitions.