SlideShare a Scribd company logo
1 of 2
Download to read offline
134 Shortcuts for NetBeans 8 (Windows)
General Keyboard Shortcts
Ctrl+F3 Search word at insert point
F3/Shift+F3 Find next/previous in file
Ctrl+F/H Find/Replace in file
Alt+F7 Find usages
Ctrl+Shift+F/H Find/replace in projects
Alt+Shift+U Find usages results
Alt+Shift+H Turn off search result highlights
Ctrl+R Rename
Ctrl+U, then U Convert selection to uppercase
Ctrl+U, then L Convert selection to lowercase
Ctrl+U, then S Toggle case of selection
Ctrl+Shift+V Paste formatted
Ctrl+Shift+D Show Clipboard History
Ctrl+I Jump to quick search field
Alt+Shift+L Copy file path
Ctrl+O/Alt+Shift+O Go to type/file
Ctrl+Shift+T Go to JUnit test
Ctrl+Shift+B Go to source
Ctrl+B Go to declaration
Ctrl+G Go to line
Ctrl+Shift+M Toggle add/remove bookmark
Ctrl+Shift+./, Next/previous bookmark
Ctrl+./, Next/previous usage/compile error
Alt+Shift+./, Select next/previous element
Ctrl+Shift+1/2/3 Select in Projects/Files/Favorites
[Ctrl]+[[] Move caret to matching bracket
Ctrl+K/Ctrl+Shift+K Next/previous word match
Alt+Left Arrow/Alt
+Right Arrow/Ctrl+
Q
Go backward/forward/to last edit
Alt+Up Arrow/Dow
n Arrow
Next/previous marked occurrence
Coding in C/C++
Alt+Shift+C Go to declaration
Ctrl+F9 Evaluate expression
Coding in Java
Alt+Insert Generate code
Ctrl+Shift+I Fix all class imports
Alt+Shift+I Fix selected class's import
Alt+Shift+F Format selection (Indent)
Alt+Shift+Arrow
Keys
Shift lines left/right/up/down
Ctrl+Shift+R Rectangular Selection (Toggle)
Ctrl+Shift+Arrow
Up/Arrow Down
Copy lines up/down
Ctrl/Alt+F12 Inspect members/hierarchy
Ctrl+Shift+C/Ctrl+/ Add/remove comment lines
Ctrl+E Delete current line
Java Editor Code Templates
Type shortcut and press Tab
psvm public static void main
En Enumeration
Ex Exception
Psf public static final
Psfb public static final boolean
Psfi public static final int
Psfs public static final String
St String
ab abstract
as assert true
br break
bo boolean
ca catch
cl class
cn continue
db double
df default
eq equal
ex extends
pu public
pr private
pe protected
th throws
fy finally
im implements
ie interface
tw throw
ir import
le length
sout System.out.println()
soutv System.out.println("obj"+obj)
wh while
vo volatile
iof instanceof
fi final
fl float
fa false
sh short
psf private static final
psfb private static final boolean
psfi private static fianl int
psfs private static final String
pst printStackTrace()
bcom /**/
JSP Editor Code Templates
Type shortcut and press Tab
al windows.alert()
br break;
fun function${name}...
hi windows.history
dw document.write()
eq ${}equals
fa ${}false
https://shortcutworld.com/NetBeans/win/NetBeans_8_Shortcuts
134 Shortcuts for NetBeans 8 (Windows)
lo ${}windows.location
re ${}return
Win $()window
ca ${}caseCatch()
catch catch
cond windows.consoledebug()
coni windows.console.info()
conl windows.console.log()
conw windows.console.warn()
ct ${}catch
do ${}document
iof ${}instanceof
Compiling, Testing, and Running
F9 Compile package/ file
F11 Build main project
Shift+F11 Clean and build main project
Ctrl+Q Set request parameters
Ctrl+Shift+U Create Unit test
Ctrl+F6/Alt+F6 Run Unit test on file/project
F6/Shift+F6 Run main project/file
Opening and Toggling between Views
Ctrl+Tab (Ctrl+`) Switch between open documents by order used
Shift+Esc Maximize window (toggle)
Ctrl+F4/Ctrl+W Close selected window
Ctrl+Shift+F4 Close all windows
Shift+F10 Open contextual menu
Ctrl+Page Up / Page
Down
Switch between open documents by order of tabs
Ctrl+Alt+T Reopen recently closed file
Ctrl+Alt+Page Up /
Page Down
Toggle between editor types
Alt+Mouse Wheel
Up / Down
Zoom text in / out
Ctrl+Shift+S Toggle Inspect Mode
Debugging
Ctrl+F5 Start debugging main project
Ctrl+Shift+F5 Start debugging current file
Ctrl+Shift+F6 Start debugging test for file
Shift+F5/F5 Stop/Continue debugging session
F4 Run to cursor location in file
F7/F8 Step into/over
Ctrl+F7 Step out
Ctrl+Alt+Up Go to called method
Ctrl+Alt+Arrow
Down
Go to calling method
Ctrl+F9 Evaluate expression
Ctrl+F8 Toggle breakpoint
Ctrl+Shift+F8 New breakpoint
Ctrl+Shift+F7 New watch
https://shortcutworld.com/NetBeans/win/NetBeans_8_Shortcuts

More Related Content

What's hot

CODING WITH PYTHON PART 1
CODING WITH PYTHON PART 1CODING WITH PYTHON PART 1
CODING WITH PYTHON PART 1Buxoo Abdullah
 
แก้ไขงานคอม1
แก้ไขงานคอม1แก้ไขงานคอม1
แก้ไขงานคอม1Ykk'Famemy Jackson
 
Quarto Presentations with Reveal.js
Quarto Presentations with Reveal.jsQuarto Presentations with Reveal.js
Quarto Presentations with Reveal.jsJJAllaire1
 
Some Short cut keys of Computer
Some Short cut keys of ComputerSome Short cut keys of Computer
Some Short cut keys of ComputerRamesh Pant
 
computer notes - Data Structures - 23
computer notes - Data Structures - 23computer notes - Data Structures - 23
computer notes - Data Structures - 23ecomputernotes
 
MS-Commands
 MS-Commands MS-Commands
MS-CommandsAns Ali
 
2013 april gruff webinar san diego copy
2013 april  gruff webinar   san diego copy2013 april  gruff webinar   san diego copy
2013 april gruff webinar san diego copyBarbaraStarr2009
 
2013 april gruff webinar san diego copy
2013 april  gruff webinar   san diego copy2013 april  gruff webinar   san diego copy
2013 april gruff webinar san diego copyBarbaraStarr2009
 
Donnez des couleurs a votre terminal
Donnez des couleurs a votre terminalDonnez des couleurs a votre terminal
Donnez des couleurs a votre terminalArthur Lutz
 
Learning go for perl programmers
Learning go for perl programmersLearning go for perl programmers
Learning go for perl programmersFred Moyer
 
Perl 5.10 on OSDC.tw 2009
Perl 5.10 on OSDC.tw 2009Perl 5.10 on OSDC.tw 2009
Perl 5.10 on OSDC.tw 2009scweng
 
printf("%s from %c to Z, in %d minutes!\n", "printf", 'A', 45);
printf("%s from %c to Z, in %d minutes!\n", "printf", 'A', 45);printf("%s from %c to Z, in %d minutes!\n", "printf", 'A', 45);
printf("%s from %c to Z, in %d minutes!\n", "printf", 'A', 45);Joel Porquet
 

What's hot (18)

CODING WITH PYTHON PART 1
CODING WITH PYTHON PART 1CODING WITH PYTHON PART 1
CODING WITH PYTHON PART 1
 
แก้ไขงานคอม1
แก้ไขงานคอม1แก้ไขงานคอม1
แก้ไขงานคอม1
 
01c shell
01c shell01c shell
01c shell
 
Quarto Presentations with Reveal.js
Quarto Presentations with Reveal.jsQuarto Presentations with Reveal.js
Quarto Presentations with Reveal.js
 
Some Short cut keys of Computer
Some Short cut keys of ComputerSome Short cut keys of Computer
Some Short cut keys of Computer
 
computer notes - Data Structures - 23
computer notes - Data Structures - 23computer notes - Data Structures - 23
computer notes - Data Structures - 23
 
MS-Commands
 MS-Commands MS-Commands
MS-Commands
 
Function therory
Function theroryFunction therory
Function therory
 
2013 april gruff webinar san diego copy
2013 april  gruff webinar   san diego copy2013 april  gruff webinar   san diego copy
2013 april gruff webinar san diego copy
 
2013 april gruff webinar san diego copy
2013 april  gruff webinar   san diego copy2013 april  gruff webinar   san diego copy
2013 april gruff webinar san diego copy
 
Donnez des couleurs a votre terminal
Donnez des couleurs a votre terminalDonnez des couleurs a votre terminal
Donnez des couleurs a votre terminal
 
Go introduction
Go   introductionGo   introduction
Go introduction
 
Learning go for perl programmers
Learning go for perl programmersLearning go for perl programmers
Learning go for perl programmers
 
Ms access modules
Ms access modulesMs access modules
Ms access modules
 
L8 file
L8 fileL8 file
L8 file
 
Perl 5.10 on OSDC.tw 2009
Perl 5.10 on OSDC.tw 2009Perl 5.10 on OSDC.tw 2009
Perl 5.10 on OSDC.tw 2009
 
Learning Grep
Learning GrepLearning Grep
Learning Grep
 
printf("%s from %c to Z, in %d minutes!\n", "printf", 'A', 45);
printf("%s from %c to Z, in %d minutes!\n", "printf", 'A', 45);printf("%s from %c to Z, in %d minutes!\n", "printf", 'A', 45);
printf("%s from %c to Z, in %d minutes!\n", "printf", 'A', 45);
 

Similar to Netbeans keyboard shortcut

Shortcuts JAVA
Shortcuts JAVAShortcuts JAVA
Shortcuts JAVATito O
 
Netbeans 8.0 Keyboard Shortcuts & Code Templates
Netbeans 8.0 Keyboard Shortcuts & Code TemplatesNetbeans 8.0 Keyboard Shortcuts & Code Templates
Netbeans 8.0 Keyboard Shortcuts & Code TemplatesMollah Nayeem Ahmed
 
best hotels in Pune
best hotels in Punebest hotels in Pune
best hotels in PuneKhushiRaj39
 
IntelliJ IDEA Default Keymap
IntelliJ IDEA Default KeymapIntelliJ IDEA Default Keymap
IntelliJ IDEA Default KeymapThanh Nguyen
 
IntelliJIDEA_ReferenceCard.pdf
IntelliJIDEA_ReferenceCard.pdfIntelliJIDEA_ReferenceCard.pdf
IntelliJIDEA_ReferenceCard.pdfDvrIsis2
 
Word shortcuts
Word shortcutsWord shortcuts
Word shortcutsshahid138
 
Using eclipse-shortcuts-key-for-fast-coding
Using eclipse-shortcuts-key-for-fast-codingUsing eclipse-shortcuts-key-for-fast-coding
Using eclipse-shortcuts-key-for-fast-codingParikshit Kumar Singh
 
Visual studio code keyboard shortcut
Visual studio code keyboard shortcutVisual studio code keyboard shortcut
Visual studio code keyboard shortcutJubair Ahmed Junjun
 
VS Code cheat sheet
VS Code cheat sheetVS Code cheat sheet
VS Code cheat sheetLam Hoang
 
Eclipse shortcut[most usuage]
Eclipse shortcut[most usuage]Eclipse shortcut[most usuage]
Eclipse shortcut[most usuage]Siddiq Abu Bakkar
 

Similar to Netbeans keyboard shortcut (20)

Shortcuts JAVA
Shortcuts JAVAShortcuts JAVA
Shortcuts JAVA
 
Netbeans 8.0 Keyboard Shortcuts & Code Templates
Netbeans 8.0 Keyboard Shortcuts & Code TemplatesNetbeans 8.0 Keyboard Shortcuts & Code Templates
Netbeans 8.0 Keyboard Shortcuts & Code Templates
 
Shortcuts
ShortcutsShortcuts
Shortcuts
 
best hotels in Pune
best hotels in Punebest hotels in Pune
best hotels in Pune
 
IntelliJ IDEA Default Keymap
IntelliJ IDEA Default KeymapIntelliJ IDEA Default Keymap
IntelliJ IDEA Default Keymap
 
IntelliJIDEA_ReferenceCard.pdf
IntelliJIDEA_ReferenceCard.pdfIntelliJIDEA_ReferenceCard.pdf
IntelliJIDEA_ReferenceCard.pdf
 
Ruby mine referencecard
Ruby mine referencecardRuby mine referencecard
Ruby mine referencecard
 
Php storm reference_card
Php storm reference_cardPhp storm reference_card
Php storm reference_card
 
Asp key shortcut
Asp key shortcutAsp key shortcut
Asp key shortcut
 
Asp key shortcut
Asp key shortcutAsp key shortcut
Asp key shortcut
 
Rstudio ide-cheatsheet
Rstudio ide-cheatsheetRstudio ide-cheatsheet
Rstudio ide-cheatsheet
 
Rstudio ide-cheatsheet
Rstudio ide-cheatsheetRstudio ide-cheatsheet
Rstudio ide-cheatsheet
 
rstudio-ide
rstudio-iderstudio-ide
rstudio-ide
 
Word shortcuts
Word shortcutsWord shortcuts
Word shortcuts
 
Using eclipse-shortcuts-key-for-fast-coding
Using eclipse-shortcuts-key-for-fast-codingUsing eclipse-shortcuts-key-for-fast-coding
Using eclipse-shortcuts-key-for-fast-coding
 
Eclipse emacskeybindings 3_1
Eclipse emacskeybindings 3_1Eclipse emacskeybindings 3_1
Eclipse emacskeybindings 3_1
 
Visual studio code keyboard shortcut
Visual studio code keyboard shortcutVisual studio code keyboard shortcut
Visual studio code keyboard shortcut
 
VS Code cheat sheet
VS Code cheat sheetVS Code cheat sheet
VS Code cheat sheet
 
Eclipse shortcut[most usuage]
Eclipse shortcut[most usuage]Eclipse shortcut[most usuage]
Eclipse shortcut[most usuage]
 
Programming in C
Programming in CProgramming in C
Programming in C
 

More from Jubair Ahmed Junjun

Microsoft word2016 keyboard shortcut
Microsoft word2016 keyboard shortcutMicrosoft word2016 keyboard shortcut
Microsoft word2016 keyboard shortcutJubair Ahmed Junjun
 
Microsoft word2013 keyboard shortcut
Microsoft word2013 keyboard shortcutMicrosoft word2013 keyboard shortcut
Microsoft word2013 keyboard shortcutJubair Ahmed Junjun
 
Microsoft word 2010 keyboard shortcut
Microsoft word 2010 keyboard shortcutMicrosoft word 2010 keyboard shortcut
Microsoft word 2010 keyboard shortcutJubair Ahmed Junjun
 
Shortcuts for git lab web application
Shortcuts for git lab web applicationShortcuts for git lab web application
Shortcuts for git lab web applicationJubair Ahmed Junjun
 
Aobe photoshop cs5 keyboard shortcut
Aobe photoshop cs5 keyboard shortcutAobe photoshop cs5 keyboard shortcut
Aobe photoshop cs5 keyboard shortcutJubair Ahmed Junjun
 
Adobe photoshop cs4 keyboard shortcut
Adobe photoshop cs4 keyboard shortcutAdobe photoshop cs4 keyboard shortcut
Adobe photoshop cs4 keyboard shortcutJubair Ahmed Junjun
 
Adobe photoshop cc keyboard shortcut
Adobe photoshop cc keyboard shortcutAdobe photoshop cc keyboard shortcut
Adobe photoshop cc keyboard shortcutJubair Ahmed Junjun
 
Adobe illustrator cc keyboard shortcut
Adobe illustrator cc keyboard shortcutAdobe illustrator cc keyboard shortcut
Adobe illustrator cc keyboard shortcutJubair Ahmed Junjun
 
Adobe illustrator c55 keyboard shortcut.
Adobe illustrator c55 keyboard shortcut.Adobe illustrator c55 keyboard shortcut.
Adobe illustrator c55 keyboard shortcut.Jubair Ahmed Junjun
 
Software requirement specification on telemedicine app
Software requirement specification on telemedicine appSoftware requirement specification on telemedicine app
Software requirement specification on telemedicine appJubair Ahmed Junjun
 

More from Jubair Ahmed Junjun (20)

Sublimetext keyboard shortcut
Sublimetext keyboard shortcutSublimetext keyboard shortcut
Sublimetext keyboard shortcut
 
Notepad++ keyboard shortcut
Notepad++ keyboard shortcutNotepad++ keyboard shortcut
Notepad++ keyboard shortcut
 
Microsoft word2016 keyboard shortcut
Microsoft word2016 keyboard shortcutMicrosoft word2016 keyboard shortcut
Microsoft word2016 keyboard shortcut
 
Microsoft word2013 keyboard shortcut
Microsoft word2013 keyboard shortcutMicrosoft word2013 keyboard shortcut
Microsoft word2013 keyboard shortcut
 
Microsoft word 2010 keyboard shortcut
Microsoft word 2010 keyboard shortcutMicrosoft word 2010 keyboard shortcut
Microsoft word 2010 keyboard shortcut
 
Microsoft word 2007
Microsoft word 2007Microsoft word 2007
Microsoft word 2007
 
Shortcuts for git lab web application
Shortcuts for git lab web applicationShortcuts for git lab web application
Shortcuts for git lab web application
 
Excel 2016 keyboard shortcut
Excel 2016 keyboard shortcutExcel 2016 keyboard shortcut
Excel 2016 keyboard shortcut
 
Excel 2013 keyboard shortcut
Excel 2013 keyboard shortcutExcel 2013 keyboard shortcut
Excel 2013 keyboard shortcut
 
Excel 2010 keyboard shortcut
Excel 2010 keyboard shortcutExcel 2010 keyboard shortcut
Excel 2010 keyboard shortcut
 
Excel 2007 keyboard shortcut
Excel 2007 keyboard shortcutExcel 2007 keyboard shortcut
Excel 2007 keyboard shortcut
 
Aobe photoshop cs5 keyboard shortcut
Aobe photoshop cs5 keyboard shortcutAobe photoshop cs5 keyboard shortcut
Aobe photoshop cs5 keyboard shortcut
 
Adobe photoshop cs4 keyboard shortcut
Adobe photoshop cs4 keyboard shortcutAdobe photoshop cs4 keyboard shortcut
Adobe photoshop cs4 keyboard shortcut
 
Adobe photoshop cc keyboard shortcut
Adobe photoshop cc keyboard shortcutAdobe photoshop cc keyboard shortcut
Adobe photoshop cc keyboard shortcut
 
Adobe illustrator cc keyboard shortcut
Adobe illustrator cc keyboard shortcutAdobe illustrator cc keyboard shortcut
Adobe illustrator cc keyboard shortcut
 
Adobe illustrator c55 keyboard shortcut.
Adobe illustrator c55 keyboard shortcut.Adobe illustrator c55 keyboard shortcut.
Adobe illustrator c55 keyboard shortcut.
 
Modulation in telecommunication
Modulation in telecommunicationModulation in telecommunication
Modulation in telecommunication
 
Java script
Java scriptJava script
Java script
 
Bootstrap 5 basic
Bootstrap 5 basicBootstrap 5 basic
Bootstrap 5 basic
 
Software requirement specification on telemedicine app
Software requirement specification on telemedicine appSoftware requirement specification on telemedicine app
Software requirement specification on telemedicine app
 

Recently uploaded

Concrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxConcrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxKartikeyaDwivedi3
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidNikhilNagaraju
 
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdfCCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdfAsst.prof M.Gokilavani
 
complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...asadnawaz62
 
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxPoojaBan
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024Mark Billinghurst
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxwendy cai
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionDr.Costas Sachpazis
 
DATA ANALYTICS PPT definition usage example
DATA ANALYTICS PPT definition usage exampleDATA ANALYTICS PPT definition usage example
DATA ANALYTICS PPT definition usage examplePragyanshuParadkar1
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girlsssuser7cb4ff
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfAsst.prof M.Gokilavani
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...srsj9000
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxJoão Esperancinha
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerAnamika Sarkar
 
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)Dr SOUNDIRARAJ N
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxDeepakSakkari2
 
Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxbritheesh05
 

Recently uploaded (20)

Concrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxConcrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptx
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfid
 
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdfCCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
 
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
 
complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...
 
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptx
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptx
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
 
DATA ANALYTICS PPT definition usage example
DATA ANALYTICS PPT definition usage exampleDATA ANALYTICS PPT definition usage example
DATA ANALYTICS PPT definition usage example
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girls
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
 
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptx
 
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCRCall Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
 
Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptx
 

Netbeans keyboard shortcut

  • 1. 134 Shortcuts for NetBeans 8 (Windows) General Keyboard Shortcts Ctrl+F3 Search word at insert point F3/Shift+F3 Find next/previous in file Ctrl+F/H Find/Replace in file Alt+F7 Find usages Ctrl+Shift+F/H Find/replace in projects Alt+Shift+U Find usages results Alt+Shift+H Turn off search result highlights Ctrl+R Rename Ctrl+U, then U Convert selection to uppercase Ctrl+U, then L Convert selection to lowercase Ctrl+U, then S Toggle case of selection Ctrl+Shift+V Paste formatted Ctrl+Shift+D Show Clipboard History Ctrl+I Jump to quick search field Alt+Shift+L Copy file path Ctrl+O/Alt+Shift+O Go to type/file Ctrl+Shift+T Go to JUnit test Ctrl+Shift+B Go to source Ctrl+B Go to declaration Ctrl+G Go to line Ctrl+Shift+M Toggle add/remove bookmark Ctrl+Shift+./, Next/previous bookmark Ctrl+./, Next/previous usage/compile error Alt+Shift+./, Select next/previous element Ctrl+Shift+1/2/3 Select in Projects/Files/Favorites [Ctrl]+[[] Move caret to matching bracket Ctrl+K/Ctrl+Shift+K Next/previous word match Alt+Left Arrow/Alt +Right Arrow/Ctrl+ Q Go backward/forward/to last edit Alt+Up Arrow/Dow n Arrow Next/previous marked occurrence Coding in C/C++ Alt+Shift+C Go to declaration Ctrl+F9 Evaluate expression Coding in Java Alt+Insert Generate code Ctrl+Shift+I Fix all class imports Alt+Shift+I Fix selected class's import Alt+Shift+F Format selection (Indent) Alt+Shift+Arrow Keys Shift lines left/right/up/down Ctrl+Shift+R Rectangular Selection (Toggle) Ctrl+Shift+Arrow Up/Arrow Down Copy lines up/down Ctrl/Alt+F12 Inspect members/hierarchy Ctrl+Shift+C/Ctrl+/ Add/remove comment lines Ctrl+E Delete current line Java Editor Code Templates Type shortcut and press Tab psvm public static void main En Enumeration Ex Exception Psf public static final Psfb public static final boolean Psfi public static final int Psfs public static final String St String ab abstract as assert true br break bo boolean ca catch cl class cn continue db double df default eq equal ex extends pu public pr private pe protected th throws fy finally im implements ie interface tw throw ir import le length sout System.out.println() soutv System.out.println("obj"+obj) wh while vo volatile iof instanceof fi final fl float fa false sh short psf private static final psfb private static final boolean psfi private static fianl int psfs private static final String pst printStackTrace() bcom /**/ JSP Editor Code Templates Type shortcut and press Tab al windows.alert() br break; fun function${name}... hi windows.history dw document.write() eq ${}equals fa ${}false https://shortcutworld.com/NetBeans/win/NetBeans_8_Shortcuts
  • 2. 134 Shortcuts for NetBeans 8 (Windows) lo ${}windows.location re ${}return Win $()window ca ${}caseCatch() catch catch cond windows.consoledebug() coni windows.console.info() conl windows.console.log() conw windows.console.warn() ct ${}catch do ${}document iof ${}instanceof Compiling, Testing, and Running F9 Compile package/ file F11 Build main project Shift+F11 Clean and build main project Ctrl+Q Set request parameters Ctrl+Shift+U Create Unit test Ctrl+F6/Alt+F6 Run Unit test on file/project F6/Shift+F6 Run main project/file Opening and Toggling between Views Ctrl+Tab (Ctrl+`) Switch between open documents by order used Shift+Esc Maximize window (toggle) Ctrl+F4/Ctrl+W Close selected window Ctrl+Shift+F4 Close all windows Shift+F10 Open contextual menu Ctrl+Page Up / Page Down Switch between open documents by order of tabs Ctrl+Alt+T Reopen recently closed file Ctrl+Alt+Page Up / Page Down Toggle between editor types Alt+Mouse Wheel Up / Down Zoom text in / out Ctrl+Shift+S Toggle Inspect Mode Debugging Ctrl+F5 Start debugging main project Ctrl+Shift+F5 Start debugging current file Ctrl+Shift+F6 Start debugging test for file Shift+F5/F5 Stop/Continue debugging session F4 Run to cursor location in file F7/F8 Step into/over Ctrl+F7 Step out Ctrl+Alt+Up Go to called method Ctrl+Alt+Arrow Down Go to calling method Ctrl+F9 Evaluate expression Ctrl+F8 Toggle breakpoint Ctrl+Shift+F8 New breakpoint Ctrl+Shift+F7 New watch https://shortcutworld.com/NetBeans/win/NetBeans_8_Shortcuts