JavaScript Code Completion
The JavaScript editing experience just got an upgrade with better code completion! The Napkin editor now supports the following:
- Auto complete default endpoint signature
- Auto complete
store
module
- Type hints for (req, res) function parameters
- Type hints for store module
- Don’t remind about unused function parameters
Improvements
- Use the cmd + enter shortcut to run function when inside code editor.
- Runtime choice (Python or Node.js) is now persisted when creating a new function.