You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 3, 2023. It is now read-only.
What I'm wondering is, could I use Nitra to define grammars that have to do with a user dialog that is similar to an SQL query, in the sense that they would be prompted with the "next logical word suggestion" as well as suggesting a word once they type a letter.
For example, this would be the typical sentence that the user would type:
'Include' 'areas that are' '<=' '10 miles' from 'train stations' 'where' 'the road surfaces are paved'.
I would need the intellisense to prompt them with each section of the sentence that I have inside the ' marks.
Would I be able to accomplish that with Nitra?
Thanks,
Renee