VS Config ExtensionConfigurationCSV Directory SetupThe extension requires a valid CSV directory path to function properly. You can configure this in two ways:
The CSV directory must:
If an invalid path is provided, you'll be prompted to enter a new one. UsageThe extension activates automatically on any Go to definitionThis aims to help navigate heavily templated reports by providing support for the "Go to definition" feature. This can be activated by clicking on the definition and pressing F12 or by CTRL + clicking (right clicking on Windows) on the definition and selecting "Go to definition" in the context menu. The extension also supports "peak" which opens a small window to the definition instead of directly opening the file. This can be accessed by either clicking on the definition and pressing OPTIONS + F12 or by CTRL + clicking (right clicking on Windows) and selecting the "peak" option from the context menu. DevelopmentSetup
Testing Changes
Note: While Cursor can run the extension, it currently cannot install VSIX files directly. Use VS Code for development and testing. Publishing Updates
Note: Always increment the version number when publishing updates. Azure DevOps will reject updates with the same version number. Note: The extension no longer uses a client-server architecture, making the debugging process much simpler. |