Aakash Uniyal
Aakash Uniyal

Reputation: 1559

How to make extension to autocomplete code snippets for visual studio code ? Where to start from?

I am interested in creating some autocomplete extension for VS Code like the html ones which auto-completes the word into some complete code snippet . I want to do the same but for a different language , could be for personal use as well. I am assuming that language does not matter here . So if anyone can direct me to the correct path for how to do that , i would be very thankful . Thanks in advance .

Upvotes: 3

Views: 9837

Answers (1)

Winns
Winns

Reputation: 902

I think you could use User Snippets for that check this link https://code.visualstudio.com/docs/editor/userdefinedsnippets

Upvotes: 2

Related Questions