This project is built and maintained for the Verse community for free. If you find it helpful, consider supporting its development!
Intelligent import management for Verse development in UEFN
Stop manually managing imports in your Verse code. This extension automatically detects missing imports, provides smart suggestions, and keeps your code organized with zero configuration.
- Automatic Import Detection - Detects missing imports in real-time as you code
- Multi-Option Quick Fixes - Choose from multiple import options when VS Code finds ambiguous identifiers
- Full Path Conversion - Convert relative imports to full path format with CodeLens
- Smart Error Recognition - Enhanced pattern matching for various Verse compiler errors
- Zero Configuration - Works perfectly out of the box with sensible defaults
- Import Organization - Automatically sorts and consolidates imports with proper spacing
- Flexible Configuration - Customize behavior to match your coding style
- Open VS Code
- Go to Extensions (
Ctrl+Shift+X) - Search for "Verse Auto Imports"
- Click Install
Just start coding! The extension works automatically:
# Type this - you'll get an error for missing import
if(MyCharacter := Player.GetFortCharacter[]){}
# Extension automatically adds: using { /Fortnite.com/Characters }
# Or shows you quick fix options to choose from!
That's it! The extension handles the rest automatically.
For detailed documentation, see the Wiki:
- Features - Complete guide to all features
- Configuration - All settings and options
- Troubleshooting - Common issues and solutions
- VS Code: 1.85.0 or newer
- Environment: Working with
.versefiles in a UEFN project - Language Server: Verse language support enabled
See CHANGELOG.md for the complete version history.
Found a bug or want to contribute? We welcome issues and pull requests!
- GitHub Repository: verse-auto-imports
- Discord: Join our community
- Issues: Report bugs and request features
This project is licensed under a proprietary license. See the LICENSE.md file for full details.
Copyright © 2025 VukeFN. All rights reserved.
