graphical-view READMEThis is a Visual Studio Code extension that provides a graphical view of the files in the current workspace. FeaturesThe extension adds two commands to the Command Palette:
The webview displays a graph where each file is represented as a node and each node is connected to its adjacent nodes. The nodes are colored according to their file type (HTML, CSS, or JS), and the edges represent the relationships between files. RequirementsThe extension supports the following configuration options:
UsageTo use this extension, open the Command Palette (Ctrl+Shift+P or Cmd+Shift+P) and select one of the two available commands :
CreditsThis extension is based on the React Force Graph 2D library by vasturiano |