atomi / vscode-quicktemplate

Quickemplate (qtpl) Language files for VS Code
https://marketplace.visualstudio.com/items?itemName=vsatomi.vscode-quicktemplate
2 stars 2 forks source link

Possible features (ongoing) #1

Open Allendar opened 7 years ago

Allendar commented 7 years ago

@atomi Thanks so much for making this! I never really dived into making VSCode extensions, but this is already so much better than just HTML mapping qtpl file to basic HTML.

Already love the markup. These were some things that instantly popped into my mind;

I'll keep updating this list for things that I might see.

Thanks again!

atomi commented 7 years ago

Holy cow that's quite a list. The original scope of this project was just to add syntax highlighting.

It was rather simple to just run yo code and create the template project for a language definition. Outside of that will require some typescript and it's not a language I've delved into much.

Edit: But don't let that dissuade you from updating the list. I can probably do a few of those at some point.

Allendar commented 7 years ago

That's ok :) I'm diving into the building extensions docs too this week. So I will do Pull Requests where I can to help out! :)

atomi commented 7 years ago

Great. Cheers.

Allendar commented 7 years ago

@atomi Not sure if it automatically picks up updates, but if not so, can you submit release 0.0.2 to the Visual Studio Marketplace?

atomi commented 7 years ago

Sorry for the late reply (Halloween/Dodgers parties)... But yeah, I need to figure out a way to do CI in the marketplace or add contributors. I'll work on that today.

atomi commented 7 years ago

@Allendar I believe I added you to the marketplace project on the visualstudio.com site.

Since I didn't see an easy way to add CI for the github repo these are the instructions for publishing in the meantime: https://code.visualstudio.com/docs/extensions/publish-extension

Allendar commented 7 years ago

Had two very busy days. Long weekend now. I'll dive into it more tomorrow :)