C

CodePedia

No need to lookup the internet for vscode user snippets. CodePedia - platform for vs code user snippets.

C

CodePedia

No need to lookup the internet for vscode user snippets. CodePedia - platform for vs code user snippets.

The problem CodePedia solves

No need to manually type your boilerplate code or user defined snippets in vs code. Use CodePedia extension to automate your very own boilerplates.

Challenges we ran into

File Saving in the user snippet location- we got over it by specifying the location using nodejs fs module.
Setting up the vs code extension- went through the vscode documentation to solve the issue.
Converting the user input code to vscode user snippet- used python string methods.

Discussion