Open In App

Creation and Utilisation of Custom Snippets for Competitive programming in VScode

Coding down the whole algorithm from scratch during the online contest can cost you plenty of time and may lead to a bad rank. There is no point in coding the same algorithm you have coded hundreds of times earlier. Why not utilize your previously coded implementations? You can do that by creating custom code snippets and summoning them just by a keyword whenever and wherever you need.

Code Snippets Creation:

Folder Structure

VS Code Extension

JSON Output

Snippet JSON

Code Snippet Utilization:

Code Snippet Recommendation

Article Tags :