When XML Becomes a Graph: Building a Semantic Navigation Plugin for IntelliJ
Series: Building IntelliJ Plugins for Complex XML Systems There is a class of problem that appears constantly in large configuration-driven systems: the structure you see is not the structure that matters. You see a tree of XML files. The system behaves as a graph of interdependent entities. The IDE knows nothing about that graph — … Read more