Mplabx ide - otomatik kod düzenleme

Başlatan Gökhan BEKEN, 19 Ocak 2014, 06:43:18

Gökhan BEKEN

Kodlarınızın girinti çıkıntılarını otomatik düzenleme ihtiyacı hissettiğiniz zaman: alt+shift+f tuş kombinasyonunu kullanının kodlarınızı ne kadar kötü yazsanızda, okunabilir hale getiriyor.
Netbeans ile php projesi geliştiriyorum bir arkadaşımla, ondan öğrendim.

Not: Sadece alt+shift yaparsanız klavyeniz ingilizceye döner. Tekrar alt+shift yaparsanız düzelir.

Özel mesaj okumuyorum, lütfen göndermeyin.

t2

#1
Evet çok güzel oldu. Teşekkürler

Aslında bu kısayol Source Menusündeki ilk kısayoldur. Menüden Source tıklayıp görebiliriz.


Neden daha önce görmedik diye düşünürken diğer kısayollara da bakayım dedim. Help içinde belirtilmiş.

Source Menu 


Keys
Command
Action
Alt-Shift-F Format Formats the selected code or the entire file if nothing is selected.
Alt-Shift-Left Shift Left Moves the selected line or lines one tab to the left.
Alt-Shift-Right Shift Right Moves the selected line or lines one tab to the right.
Alt-Shift-Up Move Up Moves the selected line or lines one line up.
Alt-Shift-Down Move Down Moves the selected line or lines one line down.
Ctrl-Shift-Up Duplicate Up Copy the selected line or lines one line up.
Ctrl-Shift-Down Duplicate Down Copy the selected line or lines one line down.
Ctrl-Slash or Ctrl-Shift-C Toggle Comment Toggles the commenting out of the current line or selected lines.
Ctrl-Space Complete Code Shows the code completion box.
Alt-Insert Insert Code Pops up a context aware menu that you can use to generate common structures such as constructors, getters, and setters.
Alt-Enter Fix Code Display editor hints. The IDE informs you when a hint is available when the lightbulb is displayed.
Ctrl-Shift-I Fix Imports Generates the import statements required by the classes specified in the gile.
Ctrl-P Show Method Parameters Selects the next parameter. You must have a parameter selected (highlighted) for this shortcut to work.
Ctrl-Shift-Space Show Documentation Show documentation for item under the cursor.
Ctrl-Shift-K Insert Next Matching Word Generates the next word used elsewhere in your code as you type its beginning characters.
Ctrl-K Insert Previous Matching Word Generates the previous word used elsewhere in your code as you type its beginning characters.