-
Looks like Gnome Builder doesn't provide Swift autocompletion? Is it possible to use VSCode w/ the Swift plugin in this setup? It is a little hard to figure out what views, modifiers, etc are available. E.g. how do I change the font of a |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
Actually, GNOME Builder does have autocompletion for Swift, but it doesn't seem to work all the time. There is a Flatpak extension for VSCode (I haven't tested it, but if that doesn't work as expected, one could also just use the command line). So yes, it definitely is possible! |
Beta Was this translation helpful? Give feedback.
-
Do you have any idea why it works in the Memory-project but not the template? Would be the cherry on top to have proper autocompletion for Views and modifiers out of the box 🙂 |
Beta Was this translation helpful? Give feedback.
With some help by @JCWasmx86 I got VSCode running. Three things:
org.freedesktop.Sdk.Extension.swift5
has to be installed in the shellorg.flatpak.Builder
Then I could build&run the stuff in VSCode.