For issues relating to the creation, use, and maintenance of code snippets.
There was a post this morning asking about how many people disable JavaScript. Then I began to wonder what techniques …
javascript html code-snippetsI have seen some people creating properties in C# really fast, but how did they do it? What shortcuts are …
c# visual-studio properties code-snippets shortcutDoes anyone know of a complete choose file dialog? Maybe one where you can filter out all files except for …
android file user-interface dialog code-snippetsWhat is the code snippet or shortcut for creating a constructor in Visual Studio? Visual Studio 2010 and C#.
c# visual-studio constructor code-snippets shortcutThere are various snippets on the web that would give you a function to return human readable size from bytes …
python code-snippets filesizeDoes anyone know of a robust (and bullet proof) is_JSON function snippet for PHP? I (obviously) have a situation …
php json validation code-snippets jsonlintIs it possible to add custom code snippets in Visual Studio Code? And if so, how? VSCode is based on …
code-snippets visual-studio-codeI'm a recent semi-convert to Eclipse after 20 years of using vi and gvim. One of the things I miss about …
eclipse code-snippetsIn Visual Studio I can type e.g. for TAB TAB and a code snippet pops in. Are there built-in …
visual-studio code-snippetsI am aware of the Eclipse snippet "sysout" which is neatly replaced with System.out.println(); when tab-completed. This is …
java eclipse code-snippets