Skip to content
#

pick

Here are 62 public repositories matching this topic...

kylebebak
kylebebak commented Jul 2, 2016

pick is really awesome, in less than a month it's become a great friend to me. It makes working with git branches and commits a lot easier, but maybe I wouldn't have thought to use it like that if I hadn't seen the gif in the README.

My point is that pick is a versatile tool whose possibilities aren't necessarily obvious at first. I think having a Wiki-style section for Recipes could bring in c

itsxallwater
itsxallwater commented Jul 5, 2019

Is your feature request related to a problem? Please describe.
The linter does not currently leverage the Code Snippets file, client\Syntaxes\snippets.json, to provide suggestions/enforce expected coding practices.

Describe the solution you'd like
Take, for instance, the snippet for a FOR loop:

"FOR Loop": {
	"prefix": "FOR",
	"body": [
		"FOR $1 = $2 To $3",
		"$4",
	

Improve this page

Add a description, image, and links to the pick topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the pick topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.