Our team use this editor as IDE. Here are some useful configs and extensions we use
We encourage the use of prettier in your editor for consistent code style.
// Settings we use to overwrite the default ones
{
"editor.rulers": [120],
"editor.renderWhitespace": "boundary",
"editor.dragAndDrop": true,
// settings for `relative path` extension
"relativePath.removeExtension": true,
"relativePath.removeLeadingDot": true
}