openfga / roadmap

OpenFGA Public Roadmap
2 stars 0 forks source link

Tuple AutoComplete in VS Code #48

Open aaguiarz opened 5 months ago

aaguiarz commented 5 months ago

Given a .fga.yaml file with models + tuples defined, whenever we write a test, we can auto-suggest the tuples values.

For example, if there's a tuple that has user = employee:anne, whenever I write a check test and I type employee: I should get anne as an option.