multi cursor in Atom with TypeScript and Angular

preview_player
Показать описание
This video shows a power of multi-cursor for those that are still not using it.

***From this***:

```js
// THEY SHOULD LOOK, SAME ...
@Optional @Inject('$injector') private $injector,
@Optional @Inject('$rootScope') private $rootScope,
@Optional @Inject('$route') private $route,
@Optional @Inject('$routeParams') private $routeParams,
@Optional @Inject('$location') private $location,
@Optional @Inject('KnalledgeMapViewService') private KnalledgeMapViewService,
@Optional @Inject('KnAllEdgeSelectItemService') private KnAllEdgeSelectItemService,
@Optional @Inject('KnalledgeMapPolicyService') private KnalledgeMapPolicyService,
@Optional @Inject('CollaboPluginsService') private CollaboPluginsService,
@Optional @Inject('injector') private injector,
@Optional @Inject('Plugins') private Plugins

// ...AS THIS:
```

***we got this***:
```js
// THEY SHOULD LOOK, SAME ...

// ...AS THIS:
```
Рекомендации по теме
welcome to shbcf.ru