-
Notifications
You must be signed in to change notification settings - Fork 20
Description
Hello,
first of all thank you for this wonderful tool. Great job!!
I would like ask you if you plan create tools for Copilot. I like AZ tool and its functions. My problem is that old codes are one big mess. I have some instruction that effectively clear this mess by AZ functions like cleanup or by separate functions. I also created some Copilot prompts that clean something automatically. I would like implement AZ tool to my prompts so it is reason why I ask for this.
My idea:
- Run AL build: AL extension provide #al_build that run AL build. So it helps with automatic compilation.
- Get output: I am looking for tool that get output to copilot, but it is different story. I can provide output from compiler to copilot manually.
- Goes through warnings and solve them
Some problems a can solve now by copilot, but I would like use proprietorial functions for specific errors like unused variables and others. So I need tool like #az_tool_removeunusedvariables, #az_tool_cleanupproject and others may be for each function that is in command pallet.
As real example I mention "nab-tool" extension that works with xliff
I am using prompts for translation and I am using tools from this extension for better work with xliff. Because AI destroyed all time xliff file when it try update from g file to language file. When I used prepared tool like "refreshxlf" I get the best results.
Please consider my question and thank you for your time that you spend with reading
