Replies: 7 comments 3 replies
-
Very interesting |
Beta Was this translation helpful? Give feedback.
-
It would be useful to simply have an enhanced version of the WebDemo REPL running as a VSCode extension: Intellisense for editing Power-Fx with an execution terminal at the bottom. That would make it much easier to code larger programs in PowerFx. I am really looking forward to the GA release and the YAML extension for Canvas apps. |
Beta Was this translation helpful? Give feedback.
-
Are there any new developments going on? |
Beta Was this translation helpful? Give feedback.
-
+1 for adding this feature! Am surprised not already baked in. I'm debugging Power FX now in a sprawling canvas app in VS Code. Full Intellisense would be sweet. Related: not finding an fx.yaml JSON schema definition on GitHub to otherwise reference in VS Code - suppose that's the 1st step. Thanks for pursuing this idea! |
Beta Was this translation helpful? Give feedback.
-
Power Fx team is currently focused on releasing our 1.0 version (out of the preview) and also supporting products powered by Power Fx that are about to go generally available. Power Fx is an open-source project, and we do encourage contributions. |
Beta Was this translation helpful? Give feedback.
-
Update: |
Beta Was this translation helpful? Give feedback.
-
So guys, What's been the update? Is powerfx vs code extension dead or what?? 💀 |
Beta Was this translation helpful? Give feedback.
-
A few folks reached out to me about a VS Code extension for Power Fx (https://powerusers.microsoft.com/t5/Power-Apps-Ideas/VSCode-extension-for-Power-Fx-formulas-syntax-highlighting/idi-p/1504407)
It's a great idea and something on our roadmap.
There are 2 projects that really need to converge here.
The .fx.yaml extension was guidance from the VSCode team - it's still a yaml file, so it needs to have a .yaml extension, but the editor also needs to know that it's "fx enabled", hence then .fx.yaml.
As Power Fx goes into other products, there may be other products that also export fx.yaml files. This is an area we need more clarity on.
Part of our motivation to implement the formula bar control using LSP was to enable a future VSCode extension. We just haven't got there yet ... we first need need to get Power Fx to GA (out of the preview),
All of this is open source so we do welcome community explorations here. ;)
Beta Was this translation helpful? Give feedback.
All reactions