Skip to content

Bringing a work-in-progress intelliSense to ye olde UnrealScript :)

License

Notifications You must be signed in to change notification settings

EliotVU/UnrealScript-Language-Service

Repository files navigation

UnrealScript

Visual Studio Marketplace Version Visual Studio Marketplace Version Visual Studio Marketplace Version

Features

This is a work-in-progress extension for Visual Studio Code, its goal is to bring a rich editing experience to UnrealScript, the Unreal Engine's domain specific language.

So far the extension has implemented support for the following features:

  • Semantic Syntax Highlighting
  • Document Symbol Highlighting (Write, Read)
  • Go to Definition, Peek Definition
  • Context Auto-Completion
  • Code-Actions
    • Create class
    • Inline constant
  • Diagnostics (linting)

Quick Info

PNG

Find All References

Enable Index All Documents to find references for the entire workspace.

GIF

Symbol Renaming

Enable Index All Documents to rename symbols for the entire workspace.

GIF

Symbol Searching

Enable Index All Documents to search symbols for the entire workspace.

PNG

Advice

For the best results it is advised to work from within a workspace and to add all the project dependencies to the workspace, such as the root path for Core/Classes and Engine/Classes And even better, add the scripts .u and .upk content folders to the workspace this will make the extension aware of such packages in indexing and auto completion (but not its contents yet)

Contribution

Yes! For more information regarding contribution, please check the Contributing Guidelines.

Gitter Give something back!