0
votes
1answer
18 views
Eclipse: code completion based on snippets
I would like to accomplish two tasks at once.
First, to move my snippets of code from .txt files and be able to tag them/organize better.
Second, assign shortcuts to those snipp …
0
votes
1answer
33 views
Has anyone gotten UltiSnips on Vim to work with Rails and/or Rspec snippets from textmate?
Hi there,
I was able to convert the TextMate Snippets from the TextMate SVN using the provided tool "get_tm_snippets.py", but after that, I'm not sure how to add them to the contex …
2
votes
1answer
67 views
With VIM, use both snipMate and pydiction together (share the <tab> key?)
I am trying to use snipMate and pydiction in vim together - however, both use the <tab> key to perform their genius-auto-completion-snippet-rendering-goodness-that-I-so-desir …
3
votes
2answers
68 views
Who invented zen coding and is there a published specification somewhere ?
Background:
"Zen coding" is apparently the name of a style of text-entry in an IDE or editor whereby the user can type small abbreviations that are expanded into HTML. This is no …
0
votes
4answers
36 views
What code snippet plugins are available for VS2008?
I want a code snippet editor for VS2008.
I'd like to just hit a hot key, bring up an editor, type in my snippet, run to my break point and step through.
I don't want to have to …
0
votes
4answers
41 views
Instantiate stdClass in place
Is it it possible to do this in php?
Javascript code:
var a = {name: "john", age: 13}; //a.name = "john"; a.age = 13
Instantiate the stdClass variable on the fly ?
38
votes
30answers
3k views
What is your most useful C/C++ snippet?
Hello all,
It seems that every project has an "util" module with various code snippets used throughout other files and which don't fit any particular pattern. I want to improve my …
0
votes
2answers
34 views
can anyone explain this javascript textmate snippet to me please
hi all,
the following code is a textmate javascript snippet, can anyone explain it please? cuz i want to use this feature in my own snippets. greate thanks.
document.getElement${1 …
2
votes
3answers
72 views
Snippets for productivity - collect good code
Hi folks!
I was wondering whether there're recommendable sites, that host collections of good and useful code-snippets.
Searching stackoverflow, to be honest, sometimes is price …
17
votes
40answers
2k views
Where do you store your code snippets?
I used to use Snippets Text Database, but now I switched to Evernote. At some point I need to migrate all of my old stuff there too. What about you?
21
votes
18answers
6k views
How to detect if JavaScript is disabled?
There was a post this morning asking about: How many people disable javascript. Then I began to wonder what techniques might be used to determine if the user has it disabled. Anyon …
1
vote
1answer
43 views
How can I add the “--watch” flag to this TextMate snippet?
I love TextMate as my editor for all things web, and so I'd like to use a snippet to use it with style.less files to automatically take advantage of the .less way of compiling .css …
0
votes
0answers
15 views
Get filename without extension, textmade bundle editor
Thought this might work:
${TM_FILENAME/(.+?)(\.[^.]*$|$)/}
But it's giving me this error:
Error Parsing Snippet
line 1:257: expecting regexp options, found ''
Any tips?
10
votes
14answers
594 views
Handy F# snippets
There are already two questions about F#/functional snippets.
However what I'm looking for here are useful snippets, little 'helper' functions that are reusable. Or obscure but ni …
14
votes
42answers
1k views
What is the code snippet you are most proud of?
I am sure that at some point we all come up with a way of doing something that make us proud. It may not be something "worthy of production" because of performance or whatever, bu …
