This repository is a demo implementation of the CodeMirror spreadsheet language package.
🔤 Syntax highlighting
🌎 Autocomplete with internationalization
✨ Prettier
Clone repository and install dependencies. Then run:
npm run start
The list of functions is stored as json for each idiom. They're fecthed asnychronously after an idiom change. The list may not be complete with all functions, the purpose here is just to illustrate how to implement autocomplete with internationalization.