Code completion for IDE

I’m using IntelliJ for writing serverless.yml file. It would be nice to have code completion supported by IDE. At the moment I’m doing a lot of copy&paste from existing templates and documentation.

Did you already have smth. for this?

@walery No, nothing that I have heard of. But, there are a few things that you might find useful:

Serverless Framework snippets for VS Code

Serverless Dashboard for Atom

1 Like

I’ve built code completion plugin for VSCode https://marketplace.visualstudio.com/items?itemName=ThreadHeap.serverless-ide-vscode on top of language-server.

It should be possible to wire it with IntelliJ, but I have not looked into that. Would be great if somebody can contribute.