Everlaw / nbts

NetBeans TypeScript editor plugin
282 stars 46 forks source link

Provide options for auto format / align rules with VSCode #127

Closed simdevmon closed 5 years ago

simdevmon commented 6 years ago

It would be nice if I could configure rules for auto formatting.

For example imports are formatted like this import {Component, OnInit} from '@angular/core';

An option to have whitespaces like the default formatting in Visual Studio Code would be good, that the same formatting rules can be applied across different IDEs. import { Component, OnInit } from '@angular/core';

Chris2011 commented 6 years ago

This is a duplicate of: #74 and #81. Thx.