Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/drichardson/vim-unreal

Unreal Engine development plugin for Vim
https://github.com/drichardson/vim-unreal

snippets ue4 ue5 unreal-engine unreal-engine-4 vim vim-plugin

Last synced: about 2 months ago
JSON representation

Unreal Engine development plugin for Vim

Awesome Lists containing this project

README

        

# Unreal Engine Development Plugin for Vim

vim-unreal is a plugin for working with Unreal Engine 4 projects using Vim. It
consists of:

- [ue4cli](https://docs.adamrehn.com/ue4cli/overview/introduction-to-ue4cli)
command wrappers.
- quickfix errorformat support for Unreal Header Tool, Unreal Build Tool, and
Microsoft Visual C++.
- [UltiSnips](https://github.com/SirVer/ultisnips) snippets for UE4 C++

For more information, see [vim-unreal.txt](doc/vim-unreal.txt).

Also see [vim-cpp](https://github.com/drichardson/vim-cpp), a generic C++ (not
UE specific) quality of life plugin that supports clang-format and quick
switching between header and implementation files.