ExtendScript-for-Visual-Studio-Code
ExtendScript-for-Visual-Studio-Code copied to clipboard
Extension that adds Adobe ExtendScript support to Visual Studio Code
Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2. Release notes Sourced from semver's releases. v5.7.2 5.7.2 (2023-07-10) Bug Fixes 2f8fd41 #585 better handling of whitespace (#585) (@joaomoreno, @lukekarrys) Changelog Sourced from semver's...
Sorry, I don't have many details to provide, but I'm getting no auto-complete suggestions at all. Syntax highlighting is fine. Am I missing something?
ExtendScript Toolkit 4.0 renders a particular piece of code as: actionDescriptor1.putString ( idassetRef, """{"local_id" :"urn:uid:local:22998ae8-23c9-4278-bc6c-c2b11783caf2","path" :"""+filename2SaveInDirectory+""","display_name" :"""+filename2Save+"""}""" ); //[All on one line - and it works] However, ExtendScript Debugger v2.0.3...
Bug: This extension disables my snippet shortcuts. (editor.action.insertSnippet) in keybindings.json
I haven't tested with other shortcuts, but ExtendScript definitely disables/conflicts with my shortcut `Ctrl+Q` that I use to insert a predefined logging snippet. If I enable ES, it doesn't work....