This is an experimental extension that provides documentation and Intellisense for LiveView Native projects.
When you first open a workspace with a mix.exs
file that has a live_view_native_swiftui
dependency, the documentation will be built.
You can see the status in the bottom bar of VS Code.
Once this is complete, hovering over any element in an *.swiftui.neex
file will display the documentation.
This will also enable autocomplete for elements and context-specific attributes.
While this extension is pending release to the Visual Studio Marketplace you will have to install it manually.
- Download the latest VSIX package
- In Visual Studio Code, select Extensions (⇧⌘X) → More Actions... (
⋯
) → Install from VSIX... - Choose the downloaded
.vsix
file- Alternatively, you can drag and drop the
.vsix
file onto the Extensions panel
- Alternatively, you can drag and drop the
- When prompted, reload the window