Alinement
For those of you who like even assignment columns.
Turns this:
const R = require('ramda');
const fs = require('fs');
const path = require('path');
const express = require('express');
Into this:
const R = require('ramda');
const fs = require('fs');
const path = require('path');
const express = require('express');
Usage
Key binding: ctrl-alt-l
Select text that is to be aligned and use the context menu option of 'Align Selection' or use the key binding.