rojo-rbx / vscode-rojo

Visual Studio Code plugin for Rojo
https://marketplace.visualstudio.com/items?itemName=evaera.vscode-rojo
Mozilla Public License 2.0
35 stars 23 forks source link

Improve auto-completion and validation of `*.project.json` #71

Closed ThatTimothy closed 2 years ago

ThatTimothy commented 2 years ago

This PR includes several updates:

  1. Factor out the tree definition into $defs (to prepare for the next commits)
  2. Add support for optional paths (credit to #68, can remove this commit if needed) (closes #66)
  3. Allow top-level services to omit $className
  4. Add auto-complete for services and $className
  5. Add a "New Features" section in README.md detailing some of these changes

If you have any questions or find any issues, feel free to let me know! Thanks!

ThatTimothy commented 2 years ago

Added a list of new features in README.md. Feel free to add/modify it.