facebook

TypeScript formatting of variable declaration

  1. CodeMix & Angular IDE
  2.  > 
  3. Webclipse 1.x Help
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #525031 Reply

    koehl
    Participant

    Hi,

    I cannot find an option to change the behavior of formatting the variable declaration.

    When I run the formatter over my code it always inserts a space before the variable type:

    let name: string;

    But I want a formatting without this space:

    let name:string;

    How can I to configure the formatter to get rid of this space?

    #525077 Reply

    support-swapna
    Moderator

    koehl,

    I am afraid currently there is no way to configure the formatter to not insert the space.
    I have filed a bug for the dev team. We will keep you posted when the fix is out.

    Sorry for inconvenience caused.

    –Swapna
    MyEclipse Support

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: TypeScript formatting of variable declaration

You must be logged in to post in the forum log in