housesnax.blogg.se

How to do ctrl alt end on mac
How to do ctrl alt end on mac











It will also put your cursor on the method name so you can start typing right away.Īfter that you can press the “tab” key & it will place your cursor inside the method body. That will create a method template for you. Snippets allow you to create expandable templates to write code faster.įor example, you can type def & the enter key. You can find even more shortcuts here: How to Use Atom Snippets To Boost Your Productivity Here’s a GIF demonstrating the multi-select feature: Search for files in current projects (quick open) Let me give you a table with some of my favorites: Shortcut Other Atom Packages Atom Keyboard Shortcuts You can install the “linter-ruby” package if you want to enable linting in your editor. This helps you find these errors faster without even having to run your tests. Mostly syntax errors, so don’t expect any miracles here 🙂 Linter RubyĪ linter is a tool that points out errors in your code.

how to do ctrl alt end on mac

To use it position your cursor inside the pair of quotes you would like to switch then press CTRL + " (or CMD + " on a Mac).

how to do ctrl alt end on mac

You can easily switch between single & double quotes with the “toggle-quotes” package. This GIF demonstrates this package in action: Toggle Quotes With this package installed position your cursor inside a block, open the command-palette ( CTRL + ALT + P ) & search for “converter”, then select either “to do end” or “to curly brackets”. You can save yourself some work by using the “block convert” package.













How to do ctrl alt end on mac