- Log in to post comments
No, this is not possible. Studio Projects (.PRJ files) are a legacy server-side concept. The equivalent for client-side editing is to put all the related code that would be in a .PRJ file in a single source code repo (using git for instance). If someone needs to "work on project X" they can `git clone` the repo. Version 3 of the extension will sync all local changes with the server for you so you don't have to manually sync everything, but if you have to you can right-click on the top level folder (usually `src`) and select `Import and Compile`.
- Log in to post comments
Hi @Stephen Canzano, Show Plan requires an active server connection to IRIS version 2024.1.0 or greater. I intentionally implemented this a CodeAction because I thought a one-click experience that includes imported packages and include files automatically was much better than what Studio offered. VS Code's show plan feature is supported for DECLARE queries. It does not support Dynamic SQL queries at this time.
- Log in to post comments
@Mark Charlton This is blocked by VS Code issue #227970, which is dependent on the VS Code team finalizing the two proposed APIs that our main extension consumes. We do not know when this will be resolved. The best way to develop with AI and IRIS is to get your files on the local file system and edit them there (what we call "client-side editing"). AI tools are very good at working with files.