= VsLol = VsLol is a Visual Studio plugin that tries to make your life easier. VsLol is split into two parts: * '''generic, non-intrusive, lightweight features''' for everyday use, targeting '''all C, C++ or C# developers''' * features specific to Lol Engine development that only get activated when the project uses the Lol Engine VsLol does '''not''' have any of these: ads, popups, licensing fees, 15 extra configuration windows, annoying “about” boxes, 80 extra menu entries. '''It sits in a corner and does the job.''' == Why? == [[Image(fuck-yeah-vslol.png,nolink)]] == List of features == LolFx provides '''new display items''' for the editor’s source code view: * Item “C/C++ Types and Qualifiers” that allows to choose a style for types (''float'', ''int''…) and type qualifiers (''static'', ''const''…) that differs from the style of other keywords (''break'', ''return''…). * Item “C/C++ Constants” that allows to choose a style for language constants (''NULL'', ''nullptr'', ''false''…) that differs from the style of other keywords (''break'', ''return''…). * Item “C/C++ Identifiers” that allows to revert the colour scheme applied to identifiers that Visual Studio believes are keywords (''interface'', ''generic''…). == Download == VsLol is available from the [http://visualstudiogallery.msdn.microsoft.com/9364e90b-5242-4f40-99f8-ac8586945302 Visual Studio Gallery]. You may also search for VsLol and install it directly from within Visual Studio. The [/browser/trunk/tools/vslol VsLol source code] is available, of course, and can be modified and redistributed under the terms of the [http://www.wtfpl.net/ WTFPL].