Specifier Editor - Visual Studio Extension for creating/editing UE4 Specifier Tags!

Version 1.3 is up now. Here are the changes:



Version 1.3:
- Fixed bug involving partial word matches in specifier tags (i.e. 'Config' and 'GlobalConfig', etc.)
- Fixed case-sensitivity search preventing specifiers from being picked up if they did not match the expected case
- Greatly improved theme colors
- 'Theme aware' color selection to match the Visual Studio color theme
- Added UIMin, UIMax, ClampMin, ClampMax for UPROPERTY
- Added Units to UPROPERTY with all valid unit types
- Added ToolTip and ShortTooltip to all specifiers


Take a look at the first post for a screenshot of the new theme colors. Also note that they will change depending on your Visual Studio theme option as mentioned in the changelog.

I’ll probably next be looking into text scanning improvements and adding all missing specifiers from ObjectMacros.h. After that, things like tooltips, fixing the config problems (and expanding on it), links to documentation pages, and more will come into play.