microsoft / vscode

Visual Studio Code
https://code.visualstudio.com
MIT License
163.99k stars 29.19k forks source link

Feature Request: Support for Jsonnet #17723

Closed dewdad closed 7 years ago

dewdad commented 7 years ago

There is a wonderful language by the name of Jsonnet from Google. It is language for modeling JSON data with features like inheritance, variables, mixins. It is by far the best solution for templating that I have found for JSON as well.

mrmlnc commented 7 years ago

Sounds like a good idea for Extension.

hausdorff commented 7 years ago

Just as an FYI, I've put a first cut at a vscode extension for Jsonnet here: https://marketplace.visualstudio.com/items?itemName=heptio.jsonnet

I'm a complete extension noob, but I've tried my best to make it at least somewhat solid. Feedback welcome! :)

mjbvz commented 7 years ago

Closing as extension candidate. Please try @hausdorff's extension