UnrealVsCodeHelper icon indicating copy to clipboard operation
UnrealVsCodeHelper copied to clipboard

A helper for Unreal Engine, giving you lots of useful tools in a single extensions

UnrealVsCodeHelper README

This extension is here to help developing with UnrealEngine.
My ambitions is to give as much tools as VisualAssistX on VisualStudio (We're no even close yet :D)

  • Ideas [email protected]
  • Issues https://github.com/hcabel/UnrealVsCodeHelper/issues
  • Help me https://github.com/hcabel/UnrealVsCodeHelper

FeaturesTarget TargetLanguage

UVCH Browser

UnrealDocExplorer
This feature allow you to either go directly to a documentation page from selection.(using ctrl+f1 while selecting text)
Or you can search it with the search bar(or ctrl+alt+f1) to see all the results INSIDE VsCode.

ToolBar: Plateform

ToolBar
No need to mess with the launch/task.json with the ToolBar you can easily launch your project.

SwitchFiles:

SwitchFile
Allow you to find the header/cpp file corresponding to the file you'r curretly editing

Extension Settings

1- Global

  • Disable any of the feature

2- Toolbar:

  • Add any launch parameters to Build/PlayEditor/PlayGame

Enjoy!