microsoft / Power-Fx

Power Fx low-code programming language
MIT License
3.21k stars 327 forks source link

Suggestions function to REPL #2313

Closed anderson-joyle closed 6 months ago

anderson-joyle commented 7 months ago

Add a new Suggestions (or any better name) pseudo function to display engine suggestions, making use of the cursor pointer (|). Examples can be found here: https://github.com/microsoft/Power-Fx/blob/ed83c6709c8e633a999ac0b186951d2162be7e6e/src/tests/Microsoft.PowerFx.Core.Tests/IntellisenseTests/SuggestTest.cs#L193

LucGenetier commented 7 months ago

https://github.com/microsoft/Power-Fx/pull/2023