Skip to content

Importing into Visual Studio Code

Ayk Borstelmann edited this page Apr 19, 2021 · 3 revisions

Visual Studio Code can be downloaded for free from here.

Setup extensions

  • Go to the Extension tab
  • Install Java Extension Pack from Microsoft
  • Install tsfmt - TypeScript Formatter from eternalphane

Adding the custom code style formatter

We have designed our code style formatter for Java, Javascript and Typescript code.

Java

  • Go to File | Preferences | Settings search formatter
  • You should find Java > Format > Settings: Url
  • Paste Resources/formatter/openRobertaJava.xml to use our eclipse code formatter.

Javascript and Typescript

  • Select tsfmt as default formatter
Clone this wiki locally