theBenForce / vscode-appsync-resolver-autocomplete

Adds autocomplete functionality to vscode when editing AWS AppSync resolver vtl files.
23 stars 0 forks source link

Visual Studio Code MacOS #20

Open Neuroforge opened 3 years ago

Neuroforge commented 3 years ago

Hello,

I have installed the autocomplete tool in Visual Studio Code on Mac.

The autocomplete does not appear to function in the .vtl file. I was curious if there is any additional configuration to get this working for me.

I just added it from the Marketplace, but have not changed any other settings.

Screenshot 2021-06-11 at 3 32 32 pm Screenshot 2021-06-11 at 3 31 46 pm

I have tried restarting VS Code.

Regards,

ssssota commented 3 years ago

I have same problem on Windows 10.

My VSCode "About" is here

Version: 1.58.2 (user setup)
Commit: c3f126316369cd610563c75b1b1725e0679adfb3
Date: 2021-07-14T22:10:15.214Z
Electron: 12.0.13
Chrome: 89.0.4389.128
Node.js: 14.16.0
V8: 8.9.255.25-electron.0
OS: Windows_NT x64 10.0.19042
ssssota commented 3 years ago

Do I need install https://marketplace.visualstudio.com/items?itemName=luqimin.velocity for this extension?

When I install that extension, I can use this.

loganpowell commented 2 years ago

Hi there! So happy you've thought of this. I'm trying to learn how to use .vtl with AppSync and I'm currently migrating from Amplify. I have exported the resolvers from Amplify, but they don't have any suggestions atm... When I file has short name: e.g., test.vtl, it works! However, for something like Mutation.createAsset.auth.1.req.vtl, it doesn't... any suggestions?

tgdn commented 1 year ago

Do I need install https://marketplace.visualstudio.com/items?itemName=luqimin.velocity for this extension?

When I install that extension, I can use this.

This does the trick for me, thanks!