Skip to content

vukefn/verse-auto-imports

Repository files navigation

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:

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!

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.

About

Official repository for Verse Auto Imports VSCode extension. Automatically adds missing imports in Verse files and more.

Topics

Resources

License

Stars

Watchers

Forks

Contributors