deploy: 254d3a9228
This commit is contained in:
parent
a7a418f6e2
commit
4e485be0cd
209 changed files with 990 additions and 775 deletions
|
|
@ -424,7 +424,65 @@ this specific table will not be used as temporary by someone else. Reacting to t
|
|||
</span></span></span><span style="display:flex;"><span><span style="color:#f8f8f8;text-decoration:underline"> </span><span style="color:#204a87;font-weight:bold">Exit</span><span style="color:#000;font-weight:bold">;</span><span style="color:#f8f8f8;text-decoration:underline">
|
||||
</span></span></span><span style="display:flex;"><span><span style="color:#f8f8f8;text-decoration:underline"> </span>DoSomething<span style="color:#ce5c00;font-weight:bold">(</span>Rec<span style="color:#ce5c00;font-weight:bold">)</span><span style="color:#000;font-weight:bold">;</span><span style="color:#f8f8f8;text-decoration:underline">
|
||||
</span></span></span><span style="display:flex;"><span><span style="color:#f8f8f8;text-decoration:underline"> </span><span style="color:#204a87;font-weight:bold">end</span><span style="color:#000;font-weight:bold">;</span><span style="color:#f8f8f8;text-decoration:underline">
|
||||
</span></span></span></code></pre></div></description></item><item><title>Docs: Keyword Pairs - Indentation</title><link>https://alguidelines.dev/docs/bestpractices/keyword-pairs-indentation/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://alguidelines.dev/docs/bestpractices/keyword-pairs-indentation/</guid><description>
|
||||
</span></span></span></code></pre></div></description></item><item><title>Docs: Keyboard Shortcuts</title><link>https://alguidelines.dev/docs/bestpractices/keyboard-shortcuts/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://alguidelines.dev/docs/bestpractices/keyboard-shortcuts/</guid><description>
|
||||
<p><em>Created by Christian Lenz, Described by Christian Lenz</em></p>
|
||||
<h2 id="description">Description</h2>
|
||||
<p>To increase developer productivity while coding, use keyboard shortcuts that are available in the specific context to execute actions faster.</p>
|
||||
<p>This is a selection of the community&rsquo;s favorites (more to come).</p>
|
||||
<p><strong>Windows</strong></p>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>What</th>
|
||||
<th>Where</th>
|
||||
<th>How</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>Delete word</td>
|
||||
<td>Editor</td>
|
||||
<td>CTRL + Backspace</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<p><strong>VS Code</strong></p>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>What</th>
|
||||
<th>Where</th>
|
||||
<th>How</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>Switch Tab</td>
|
||||
<td>Editor</td>
|
||||
<td>ALT + &lt;Arrow Left/Right&gt;</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Move Line Up/Down</td>
|
||||
<td>Editor</td>
|
||||
<td>ALT + &lt;Arrow Up/Down&gt;</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Copy Line Below/Above</td>
|
||||
<td>Editor</td>
|
||||
<td>ALT + SHIFT + &lt;Arrow Up/Down&gt;</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Delete Line</td>
|
||||
<td>Editor</td>
|
||||
<td>CTRL + X (without selection)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Go Back / Forward</td>
|
||||
<td>Go To Definition</td>
|
||||
<td>ALT + &lt;Arrow Left/Right&gt;</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table></description></item><item><title>Docs: Keyword Pairs - Indentation</title><link>https://alguidelines.dev/docs/bestpractices/keyword-pairs-indentation/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://alguidelines.dev/docs/bestpractices/keyword-pairs-indentation/</guid><description>
|
||||
<p><em>Created by Microsoft, Described by waldo</em></p>
|
||||
<h2 id="description">Description</h2>
|
||||
<p>The <code>if..then</code> pair, <code>while..do</code> pair, and <code>for..do</code> pair must appear on the same line or the same level of indentation. If possible, you can align the lines it is even much more readable.</p>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue