Rails Commands
Summary of various ruby commands .erb: embedded ruby, the primary template system for including dynamic content in web pages. Generation [sourcecode language...
Summary of various ruby commands .erb: embedded ruby, the primary template system for including dynamic content in web pages. Generation [sourcecode language...
cmd + T: Go to file ctrl + cmd + R: Reveal in a project shft + cmd + N: new file in the current folder cmd + Enter: go to the next line cmd + W: close tab ...
Define the instance for your interface [sourcecode language="csharp"] public class WiringModule { public void Initialize(IInitializationExpression x) ...
This is ReSharper's comprehensive shortcuts. Yet there are a few things I favour. shft + f12: Go to previous error/warning/highlight. Handy, when you create...
[sourcecode language="javascript"] $(':checkbox') //If you want to select all checkboxes, $(':checkbox:enabled') //Select all checkboxes enabled $(...