You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
const client = await sdk.init(imsOrgId, clientIdAndApiKey, authToken);
client. // does not show auto complete of object members
Expected Behaviour
Autocomplete to show documentation in VSCode
Actual Behaviour
No autocomplete and no documentation in VSCode
Reproduce Scenario (including but not limited to)
Steps to Reproduce
Create a new node project and then follow the instructions here to import the library and then start to type the example code in vscode. You would expect to see auto complete.
Using VSCode with the library there doesn't seem to be auto complete on the API. No type definitions (or asdocs).
If I follow the example code from here:
Expected Behaviour
Autocomplete to show documentation in VSCode
Actual Behaviour
No autocomplete and no documentation in VSCode
Reproduce Scenario (including but not limited to)
Steps to Reproduce
Create a new node project and then follow the instructions here to import the library and then start to type the example code in vscode. You would expect to see auto complete.
https://github.com/adobe/aio-lib-photoshop-api?tab=readme-ov-file#usage
Platform and Version
OSX
Sample Code that illustrates the problem
https://github.com/adobe/aio-lib-photoshop-api?tab=readme-ov-file#usage
Logs taken while reproducing problem
Follow instructions here:
https://github.com/adobe/aio-lib-photoshop-api?tab=readme-ov-file#usage
The text was updated successfully, but these errors were encountered: