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: 14 days ago
JSON representation
Unreal Engine development plugin for Vim
- Host: GitHub
- URL: https://github.com/drichardson/vim-unreal
- Owner: drichardson
- License: unlicense
- Created: 2020-04-14T05:23:09.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-07T19:56:34.000Z (over 3 years ago)
- Last Synced: 2025-03-24T10:21:19.847Z (about 1 month ago)
- Topics: snippets, ue4, ue5, unreal-engine, unreal-engine-4, vim, vim-plugin
- Language: Vim script
- Homepage:
- Size: 36.1 KB
- Stars: 32
- Watchers: 2
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.