2.3.9.3 release notes
2.3.9.3 Issue 2895 - Implemented a number of editor enhancements for Agent Script: Added context-aware code completions and references for most internal relationships, e.g., variables, inputs, outputs, topics, utils, etc., and external relationships, e.g., Apex and Flow targets. Added references allow bidirectional navigation, i.e., go to declaration and find usages. Improved completion insert handlers for certain token types, e.g., adding a space after the colon when inserting a standard label, and also removing the unnecessary trailing space if the user types Enter immediately to specify label data in a sub-block. Added a new code inspection, Agent Script unresolvable reference , that flags unresolvable references in *.agent files as errors. Added several missing Agent Script keywords and recategorized some tokens that were incorrectly categorized previously. Added support for structure view in *.agent files. Fixed issues with deployment...