Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Verse Auto ImportsNew to Visual Studio Code? Get it now.
Verse Auto Imports

Verse Auto Imports

VukeFN

|
1,624 installs
| (2) | Free
Automatically adds missing using statements in Verse files
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

This project is built and maintained for the Verse community for free. If you find it helpful, consider supporting its development!

Donate via PayPal     Buy Me a Coffee     Join Discord

Verse Auto Imports

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.

Demo of auto-importing

Key Features

  • 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

Quick Start

Installation

  1. Open VS Code
  2. Go to Extensions (Ctrl+Shift+X)
  3. Search for "Verse Auto Imports"
  4. Click Install

Basic Usage

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.

Documentation

For detailed documentation, see the Wiki:

  • Features - Complete guide to all features
  • Configuration - All settings and options
  • Troubleshooting - Common issues and solutions

Requirements

  • VS Code: 1.85.0 or newer
  • Environment: Working with .verse files in a UEFN project
  • Language Server: Verse language support enabled

What's New

See CHANGELOG.md for the complete version history.

Contributing

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

Star History

Star History Chart

License

This project is licensed under a proprietary license. See the LICENSE.md file for full details.

Copyright © 2025 VukeFN. All rights reserved.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft