Visual Studio Code plugin with autocomplete for Cargo manifest?

Do any Visual Studio Code plugins with autocomplete and other tools for working with the Cargo manifest exist? I have seen some plugins which can autocomplete dependencies from Crates.io which is nice but that's only for dependencies. Some ideas I have

  • Autocomplete defined fields like those in the package or profile.<name> table.
  • Autofill all fields in a table with defaults, could be useful for profile.<name> table or [[bin]]
  • Show a dropdown of values where only a select number of values are available, like package.categories or profile.<name>.opt-level
  • Show descriptions or help for fields

I use tamasfe.even-better-toml and it gives me auto-completion for everything.

2 Likes

This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.