atom-cpp-template-foldings

Fold C++ template definitions to make them more readable

octomarat

2,042

1

0.1.4

MIT

GitHub

atom-cpp-template-foldings

Atom plugin that folds C++ template definitions to make them more readable.

Description

C++ template definitions are wordy. This plugin finds all templates in your source file and folds their parameter lists making some simplifications. For example:

screenshot

Here folding hides typename keywords.

Simplification rules are very simple:

The example below demonstates most of these cases:

screenshot

You can apply foldings manually or turn on auto folding on file open (from package settings).

Installation

Just install the package from Atom (Edit > Prederences > Install > [type 'atom-cpp-template-foldings']).

Current issues