Sonntag, 5. Januar 2014

CodeFlash - Code Templates for Any Editor in Windows

In the past weeks I have been working on a small tool to accelerate code writing. The result is CodeFlash.net.

How does it work ? Type f i 5 10 + CAPSLOCK and the result is a complete for-loop: for (int i=5;i<10;i++){} , which saves a lot of coding time. It provides many other macros as well as support for multiple programming languages. The macros are stored as txt and can be edited by the user.

It works under Windows with Visual Studio, CodeBlocks, Eclipse, notepad++, IntelliJ IDEA, EditpadPro and many others as it is a stand-alone application.

Example


Keine Kommentare:

Kommentar veröffentlichen