Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/drichardson/vim-unreal
- Owner: drichardson
- License: unlicense
- Created: 2020-04-14T05:23:09.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-07T19:56:34.000Z (over 3 years ago)
- Last Synced: 2023-03-10T19:39:19.957Z (almost 2 years ago)
- Topics: snippets, ue4, ue5, unreal-engine, unreal-engine-4, vim, vim-plugin
- Language: Vim script
- Homepage:
- Size: 36.1 KB
- Stars: 29
- Watchers: 3
- 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.