CodeIgniter Reference ExplorerThis basic extension show static references into the explorer bar and allows to navigate them. The linked modules is displayed in the "CODEIGNITER REFERENCE EXPLORER" section within the explorer bar. The modules list depends by the active php file in the editor. The linked modules Model, View and Controller are highlighted with a different colored icon. If the code link depends by a variable the link will not allow you to open the file. This extension was based on VSCode TreeDataProvider Sample (https://code.visualstudio.com/api/references/vscode-api#TreeDataProvider) |