DEV Community

jalpesh Vadgama
jalpesh Vadgama

Posted on

Visual Studio Code Customization - Postfix JS/TS Completion

If you are coming from Visual Studio with Resharper background or Jetbrain's IDE. You must have heard term called "Postfix Template".

Postfix templates help you transform expressions that you have already typed without jumping backwards. So basically it will speedup your development by providing lot of templates and you can use that when you write code.

In this video, I have demonstrate you an extension which provides you same exact functionality. It will covert you array into for loop with array.

Below is the link for the same extension
https://marketplace.visualstudio.com/items?itemName=ipatalas.vscode-postfix-ts

For more details please do watch my video.

If you like this video and wanted to see a similar kind of video then, please subscribe to my you tube channel at - https://bit.ly/codewithjv.

Also, Please comment about what content you want to see in my YouTube channel.

Top comments (0)