Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support TOML build in VS Code #60

Open
jvican opened this issue Sep 12, 2019 · 0 comments
Open

Support TOML build in VS Code #60

jvican opened this issue Sep 12, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@jvican
Copy link

jvican commented Sep 12, 2019

I think it'd be lovely if we could support code completions and diagnostics in VS Code. These are features that are typically supported out-of-the-box for JSON configuration files, but I also think we should go a little bit further than that and support coursier dependency completions: https://twitter.com/alxarchambault/status/1123878375884578816 This feature alone would make the use of seed for beginners a very enjoyable experience.

I think there's a case to consider switching from TOML to JSON if we want to ship editor support sooner and have a more lightweight implementation. VS Code supports JSONc (JSON with comments) and provides completions/red squigglies when a JSON schema is provided. I have no opinion here, I think JSON would be more amenable and intuitive to users (especifically those coming from build tools such as npm and the like), but TOML is also nice.

@tindzk tindzk added the enhancement New feature or request label Sep 12, 2019
@tindzk tindzk mentioned this issue Dec 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants