-
Overview of IntelliJ IDEA 2023
IntelliJ IDEA is designed to help developers like us stay in the flow while we’re working. Like all IDEs, it has a lot of functionality available, but it’s designed to get out of your way to let you focus on the code.
➡ Introduction
‣ Find Action: ⌘ ⇧ A (on macOS) / Ctrl+Shift+A (on Windows/Linux) - https://jb.gg/fop86z
‣ Hide all windows: ⌘ ⇧ F12 (on macOS) / Shift+Command+F12 (on Windows/Linux)
‣ Project tool window: ⌘1 (on macOS) / Alt+1 (on Windows/Linux)
‣ Quick Switch Scheme: ^`(on macOS) / Ctrl+` (on Windows/Linux)
‣ Preferences: ⌘, (on macOS) / Ctrl+Alt+S (on Windows/Linux)
➡ Coding assistance
‣ Code completion - https://jb.gg/i4tt3q
‣ Complete Current Statement: ⌘ ⇧ ⏎ (on macOS) / Shift+Ctrl+Enter (on Windows/Linux)
‣ Show Context Actions: ⌥ ⏎ (on macOS) / Alt+Enter (on Window...
published: 20 Jul 2023
-
Creating your first Java application with IntelliJ IDEA
In this tutorial, you will learn how to create, run, and package a simple Java application that prints Hello, World! to the system output. Along the way, you will get familiar with IntelliJ IDEA features for boosting your productivity as a developer: coding assistance and supplementary tools.
For more information, take a look at: https://jb.gg/0ii4zs
Download IntelliJ IDEA: https://jb.gg/download-intellij-idea
Top 15 IntelliJ IDEA shortcuts: https://youtu.be/QYO5_riePOQ
*Author: Trisha Gee
Join us:
Website https://jb.gg/website
Blog https://jb.gg/blog
Twitter https://twitter.com/intellijidea
Facebook https://www.facebook.com/IntelliJIDEA/
#intelliJIDEA #intelliJ #jetbrains #java #HelloWorld #programming
published: 15 Apr 2020
-
IntelliJ IDEA Tutorial
Download Kite the AI Coding assistant https://bit.ly/3oTmFP8 and code 18% much faster. Thanks for making this video possible.
Sup sup amigos,
In this video I will teach how to get up and running with IntelliJ IDEA. In this IntelliJ tutorial I you will learn how to create a your first java project using IntelliJ.
Your will also learn how change and set themes, setting Java JDK, some IntelliJ shortcuts, generating tests using IntelliJ and IntelliJ Git integration.
If you want to learn java or use the java programming language then IntelliJ is the best tool for java developers.
IntelliJ vs Eclipse? IntelliJ all day.
I have been using IntelliJ for years now and you should if you haven't started.
Also download Kite the AI Coding assistant https://bit.ly/3oTmFP8
Timestamps
00:00 - Intro...
published: 05 Nov 2020
-
IntelliJ IDEA Full Course
Every aspect of IntelliJ IDEA is specifically designed to maximize developer productivity.
Together, the powerful static code analysis and ergonomic design make development not only productive but also an enjoyable experience.
IntelliJ is with no doubt the best IDEA for the JVM. Both community and ultimate editions offer you tools that will make you write code in a much more elegant way. If you never used IntelliJ or want to learn a few tricks that will enable you to write code faster, then this Idea is for you.
🔗Full course available here: https://amigoscode.com/courses/intellij-idea
🔗Download IntelliJ here: https://www.jetbrains.com/idea/
🔗Keyboard shortcuts - https://resources.jetbrains.com/storage/products/intellij-idea/docs/IntelliJID...
published: 22 Sep 2019
-
How to install IntelliJ IDEA on Windows 10/11 (64 bit) [ 2023 Update ] Java 19
Hello Everyone! Today in this video I am going to step by step guide you on How to install IntelliJ IDEA 2022.3.1 version for JAVA Developers on Windows 10/11. Windows (64-bit).
After that, I am also going to show you How to Create your First Hello World Java Application and start using the IntelliJ IDEA IDE version
JDK stands for Java SE Development Kit. JRE stands for Java Runtime Environment. IDE stands for Integrated Development Environment.
Geeky Script (
@GeekyScript) is Computer Science - Educational Videos Creator 🎉
You can support by buying a coffee ☕️ here —
https://www.buymeacoffee.com/geekyscript
✻ I really hope you find this video useful. ♥
✻ Please click on the CC button to read the subtitles of this video.
Step 1. First You need to install Java 19. For that, I made t...
published: 03 Jan 2023
-
Compare Anything in IntelliJ IDEA
In this video, we'll take a look at some of the common use cases where you would need to compare various elements in your code base and see how IntelliJ IDEA can help. We'll cover comparing our project files, such as source code, configuration, settings, CSV files, packages, or directories.
Blog Post: https://jb.gg/i83ur9
Download IntelliJ IDEA: https://jb.gg/download-intellij-idea
Top 15 IntelliJ IDEA shortcuts: https://jb.gg/Top15IntelliJIDEAShortcuts
*Author: Mala Gupta
Join us:
Website: https://jb.gg/website
Blog: https://jb.gg/blog
Twitter: https://twitter.com/intellijidea
Facebook: https://www.facebook.com/IntelliJIDEA/
#intelliJIDEA #getting_to_know_intellij #intelliJ #jetbrains #java #programming
published: 15 Jun 2023
-
How to Create and Run a Java Project on IntelliJ IDEA | Run Java Program on IntelliJ IDEA
In this video I will show how to Create, Build and Run a Java Project on IntelliJ IDEA.
Important Link:
How to create & run Java project in Eclipse IDE
https://youtu.be/A1nkvSa3PUM
Thank You For Visiting My Channel.
****** Subscribe & Support ******
AFFILIATE DISCLOSURE:
This video and description may contain affiliate links, which means that if you click on one of the product links and buy something, I’ll receive a small commission. I won't put anything here that I haven't verified and/or personally used myself.
published: 24 Apr 2022
-
Top 15 IntelliJ IDEA shortcuts
IntelliJ IDEA has keyboard shortcuts for most of its commands related to editing, navigation, refactoring, debugging, and other tasks. Memorizing these hotkeys can help you stay more productive by keeping your hands on the keyboard.
Alt+Enter - Show Intention Actions
F2 - Next Highlighted Error
⌘1 or Alt+1 - Project Tool Window
Esc - Focus on the Editor
⌘E or Ctrl+E - View Recent Files
⌘B or Ctrl+B - Go to Declaration
Alt+F7 - Find Usages
Ctrl Ctrl - Run Anything
⌥↑ / ⌥↓ or Ctrl + W / Shift + Ctrl + W - Extend or Shrink Selection
⌘/ or Ctrl + / - Add/Remove Line Comment (⌥⌘/ or Shift+Ctrl+/ for Block Comment)
⇧⌘⏎ or Shift+Ctrl+Enter - Complete Current Statement
⌥⌘L or Ctrl+Alt+L - Reformat Code
⌃T or Shift+Ctrl+Alt+T - Refactor This
⇧⌘A or Shift+Ctrl+A - Find Action
Shift Shift - Search E...
published: 25 Feb 2020
-
IntelliJ IDEA Beginner Tutorial | Download and Setup
After watching take this QUIZ - https://automationstepbystep.com/2021/08/16/intellij-idea-quiz-1/
Send me your score in comments below
Step 1 - Download Community edition https://www.jetbrains.com/idea/download/
Step 2 - Check if JDK is installed on your system
Step 3 : Install, Setup and Open IntelliJ IDEA
Step 4 : Create a new project
All FREE courses - https://automationstepbystep.com/
Stories by Raghav - https://automationstepbystep.com/stories/
My Udemy Courses - https://automationstepbystep.com/udemy-discounts/
Every LIKE & SUBSCRIPTION gives me great motivation to keep working for you
You can support my mission for education by sharing this knowledge and helping as many people as you can
If my work has helped you, consider helping any animal near you, in any way you can.
...
published: 16 Aug 2021
-
Intellij Idea Java IDE crash course | Intellij Idea tutorial + Shortcuts | Updated for 2023 ️🔥
This Intellij Idea Java Tutorial Course teaches you how to install Intellij idea (Intellij Idea installation and setup for Windows and Mac). We will learn about how you can use IntelliJ Idea, work with Intellij Idea Keymaps
Join the exclusive community of Learners and Developers that help each other: https://bit.ly/embarkx-joind
My Full Intellij Idea course for 2023 available at 90% discount : https://bit.ly/3GX8Doi
Learn Java using Intellij available at 90% discount: https://bit.ly/3LGVOB9
Do you use Intellij Idea with Java? Are you a Java developer? Do you want to learn how to boost your productivity using Intellij? How to use IntelliJ idea? This course is a crash course of my full version available at EmbarkX.com.
We rebranded to EmbarkX and our new website is live below.
Enroll at:...
published: 02 Jan 2022
9:41
Overview of IntelliJ IDEA 2023
IntelliJ IDEA is designed to help developers like us stay in the flow while we’re working. Like all IDEs, it has a lot of functionality available, but it’s desi...
IntelliJ IDEA is designed to help developers like us stay in the flow while we’re working. Like all IDEs, it has a lot of functionality available, but it’s designed to get out of your way to let you focus on the code.
➡ Introduction
‣ Find Action: ⌘ ⇧ A (on macOS) / Ctrl+Shift+A (on Windows/Linux) - https://jb.gg/fop86z
‣ Hide all windows: ⌘ ⇧ F12 (on macOS) / Shift+Command+F12 (on Windows/Linux)
‣ Project tool window: ⌘1 (on macOS) / Alt+1 (on Windows/Linux)
‣ Quick Switch Scheme: ^`(on macOS) / Ctrl+` (on Windows/Linux)
‣ Preferences: ⌘, (on macOS) / Ctrl+Alt+S (on Windows/Linux)
➡ Coding assistance
‣ Code completion - https://jb.gg/i4tt3q
‣ Complete Current Statement: ⌘ ⇧ ⏎ (on macOS) / Shift+Ctrl+Enter (on Windows/Linux)
‣ Show Context Actions: ⌥ ⏎ (on macOS) / Alt+Enter (on Windows/Linux)
‣ Intention actions - https://jb.gg/fpqf0n
‣ Navigate to next highlighted error: F2
‣ Navigate to previous highlighted error: Shift F2
‣ Generate code: ⌘ N (on macOS) / Alt + Insert (on Windows/Linux) - https://jb.gg/wtzv9i
‣ Live templates - https://jb.gg/b3z5dd
➡ Refactoring
‣ Rename: Shift F6 - https://jb.gg/4k4wng
‣ Extend selection: ⌥ Up (on macOS) / Ctrl+W (on Windows/Linux)
‣ Extract variable: ⌘ ⌥ V on macOS) / Ctrl+Alt+V (on Windows/Linux) - https://jb.gg/1ex8lc
‣ Postfix completion - https://jb.gg/ju66ek
‣ Reformat code: ⌘ ⌥ L (on macOS) / Ctrl+Alt+L (on Windows/Linux) - https://jb.gg/dkmux3
‣ Move statement up: ⇧⌘ Up (on macOS) / Ctrl+Shift+Up (on Windows/Linux)
‣ Surround with: ⌘ ⌥ T (on macOS) / Ctrl+Alt+T (on Windows/Linux) - https://jb.gg/kmg300
‣ SmartType Completion: ^ ⇧ Space (on macOS) / Shift+Ctrl+Space (on Windows/Linux) - https://jb.gg/zse1dr
‣ Inline: ⌘ ⌥ N (on macOS) / Ctrl+Alt+N (on Windows/Linux) - https://jb.gg/qp3fi2
‣ Extract method: ⌘ ⌥ M on macOS) / Ctrl+Alt+M (on Windows/Linux) - https://jb.gg/jcsx6c
‣ https://youtu.be/rPq7fBo5JVs
➡ Testing & Debugging
‣ Navigate to Test: ⌘ ⇧ T (on macOS) / Ctrl+Shift+T (on Windows/Linux)
‣ Run test: ^ R (on macOS) / Shift+Ctrl+F10 (on Windows/Linux)
‣ Run tests: ^ ⇧ R (on macOS) / Shift+Ctrl+F10 (on Windows/Linux) - https://jb.gg/y1wlmt
‣ Toggle breakpoint: ⌘ F8 (macOS) / Ctrl+F8 (Windows/Linux)
‣ Debug test: ^D (macOS) / Shift+F9 (Windows/Linux)
‣ Step Into: F7
‣ Step Over: F8
‣ Evaluate expression: ⌥ F8 (macOS) / Alt+F8 (Windows/Linux) - https://jb.gg/t8niaa
‣ Resume Program: ⌥ ⌘ R (macOS) / F9 (Windows/Linux)
‣ Run anything: ^ ^ (macOS) / Ctrl Ctrl (Windows/Linux) - https://jb.gg/s3bt7g
‣ https://youtu.be/lAWnIP1S6UA
‣ https://youtu.be/AOrnx-9zNBQ
‣ https://youtu.be/BeJu9bMPLGU
➡ Navigation
‣Navigate backwards: ⌘ [ (on macOS) / Ctrl+Alt+Left (on Windows/Linux)
‣ Navigate forwards: ⌘ ] (on macOS) / Ctrl+Alt+Right (on Windows/Linux)
‣ Find usages / declaration: ⌘ B (on macOS) / Ctrl+B (on Windows/Linux)
‣ Recent Files: ⌘E (on macOS) / Ctrl+E (on Windows/Linux)
‣ Recent locations: ⇧⌘E (on macOS) / Ctrl+Shift+E (on Windows/Linux)
‣ Search everywhere: ⇧⇧ (on macOS) / Shift Shift (on Windows/Linux) - https://jb.gg/ctlega
‣ Find in files: ⇧⌘F (on macOS) / Ctrl+Shift+F (on Windows/Linux)
‣ https://youtu.be/1UHsJyCq1SU
➡ Reading Code
‣ Folding → Expand: ⌘ + (on macOS) / Ctrl+ + (on Windows/Linux)
‣ Folding → Collapse: ⌘ - (on macOS) / Ctrl+ - (on Windows/Linux)
‣ Folding → Expand All : ⇧ ⌘ + (on macOS) / Ctrl+Shift+ + (on Windows/Linux)
‣ Folding → Collapse All: ⇧ ⌘ + (on macOS) / Ctrl+Shift+ - (on Windows/Linux)
‣ File Structure: ⌘ F12 (macOS) / Ctrl+F12 (Windows/Linux) - Twice to expand list - https://jb.gg/pv5nmh
‣ Quick documentation: F1 (macOS) / Ctrl+Q (Windows/Linux) - https://jb.gg/p57c7s
‣ Toggle Rendered View: ^ ⌥ Q (macOS) / Ctrl+Alt+Q (Windows/Linux)
➡ Version Control support (Git)
‣ Commit: ⌘ 0 (macOS) / Alt+0 (Windows/Linux)
‣ Jump to last tool window: F12
‣ Show diff: ⌘ D (macOS) / Ctrl+D (Windows/Linux)
‣ Commit Anyway and Push: ⌥ ⌘ K (on macOS) / Ctrl+Alt+K (on Windows/Linux)
‣ Git tool window: ⌘9 (on macOS) / Alt+9 (on Windows/Linux)
‣ Terminal: ⌥ F12 (on macOS) / Alt+F12 (on Windows/Linux)
‣ Git integration - https://jb.gg/x8yuyc
➡ Language and technology support
‣ JVM Languages: Java, Kotlin, Groovy and Scala
‣ JVM Frameworks: Spring, Quarkus, Micronaut, Jakarta EE and more
‣ Non-JVM Technologies: JavaScript, TypeScript, HTML and more
‣ Navigate to file: ⌘ ⇧ O (on macOS) / Shift+Ctrl+N (on Windows/Linux)
‣ Convert to Kotlin: ⌥⇧⌘K (on macOS) / Ctrl+Alt+Shift+K (on Windows/Linux)
‣ Preview file in: ⌥F2 (on macOS) / Alt+F2 (on Windows/Linux)
‣ https://youtu.be/Au6NTrpTr_o
➡ Integrated tools support
‣ Build tools: Maven, Gradle and more - https://jb.gg/mxciax
‣ Managing dependencies: Package Search, Package analysis
‣ Services tool window - https://jb.gg/jwd1tp
‣ Docker - https://jb.gg/9da46k
‣ Profiling - https://jb.gg/p4a2ta
‣ https://youtu.be/OQcyAtukps4
‣ Code With Me - https://jb.gg/hkoz2p
‣ Remote Development - https://jb.gg/r39llc
‣ JetBrains Gateway - https://jb.gg/bg2mqr
https://wn.com/Overview_Of_Intellij_Idea_2023
IntelliJ IDEA is designed to help developers like us stay in the flow while we’re working. Like all IDEs, it has a lot of functionality available, but it’s designed to get out of your way to let you focus on the code.
➡ Introduction
‣ Find Action: ⌘ ⇧ A (on macOS) / Ctrl+Shift+A (on Windows/Linux) - https://jb.gg/fop86z
‣ Hide all windows: ⌘ ⇧ F12 (on macOS) / Shift+Command+F12 (on Windows/Linux)
‣ Project tool window: ⌘1 (on macOS) / Alt+1 (on Windows/Linux)
‣ Quick Switch Scheme: ^`(on macOS) / Ctrl+` (on Windows/Linux)
‣ Preferences: ⌘, (on macOS) / Ctrl+Alt+S (on Windows/Linux)
➡ Coding assistance
‣ Code completion - https://jb.gg/i4tt3q
‣ Complete Current Statement: ⌘ ⇧ ⏎ (on macOS) / Shift+Ctrl+Enter (on Windows/Linux)
‣ Show Context Actions: ⌥ ⏎ (on macOS) / Alt+Enter (on Windows/Linux)
‣ Intention actions - https://jb.gg/fpqf0n
‣ Navigate to next highlighted error: F2
‣ Navigate to previous highlighted error: Shift F2
‣ Generate code: ⌘ N (on macOS) / Alt + Insert (on Windows/Linux) - https://jb.gg/wtzv9i
‣ Live templates - https://jb.gg/b3z5dd
➡ Refactoring
‣ Rename: Shift F6 - https://jb.gg/4k4wng
‣ Extend selection: ⌥ Up (on macOS) / Ctrl+W (on Windows/Linux)
‣ Extract variable: ⌘ ⌥ V on macOS) / Ctrl+Alt+V (on Windows/Linux) - https://jb.gg/1ex8lc
‣ Postfix completion - https://jb.gg/ju66ek
‣ Reformat code: ⌘ ⌥ L (on macOS) / Ctrl+Alt+L (on Windows/Linux) - https://jb.gg/dkmux3
‣ Move statement up: ⇧⌘ Up (on macOS) / Ctrl+Shift+Up (on Windows/Linux)
‣ Surround with: ⌘ ⌥ T (on macOS) / Ctrl+Alt+T (on Windows/Linux) - https://jb.gg/kmg300
‣ SmartType Completion: ^ ⇧ Space (on macOS) / Shift+Ctrl+Space (on Windows/Linux) - https://jb.gg/zse1dr
‣ Inline: ⌘ ⌥ N (on macOS) / Ctrl+Alt+N (on Windows/Linux) - https://jb.gg/qp3fi2
‣ Extract method: ⌘ ⌥ M on macOS) / Ctrl+Alt+M (on Windows/Linux) - https://jb.gg/jcsx6c
‣ https://youtu.be/rPq7fBo5JVs
➡ Testing & Debugging
‣ Navigate to Test: ⌘ ⇧ T (on macOS) / Ctrl+Shift+T (on Windows/Linux)
‣ Run test: ^ R (on macOS) / Shift+Ctrl+F10 (on Windows/Linux)
‣ Run tests: ^ ⇧ R (on macOS) / Shift+Ctrl+F10 (on Windows/Linux) - https://jb.gg/y1wlmt
‣ Toggle breakpoint: ⌘ F8 (macOS) / Ctrl+F8 (Windows/Linux)
‣ Debug test: ^D (macOS) / Shift+F9 (Windows/Linux)
‣ Step Into: F7
‣ Step Over: F8
‣ Evaluate expression: ⌥ F8 (macOS) / Alt+F8 (Windows/Linux) - https://jb.gg/t8niaa
‣ Resume Program: ⌥ ⌘ R (macOS) / F9 (Windows/Linux)
‣ Run anything: ^ ^ (macOS) / Ctrl Ctrl (Windows/Linux) - https://jb.gg/s3bt7g
‣ https://youtu.be/lAWnIP1S6UA
‣ https://youtu.be/AOrnx-9zNBQ
‣ https://youtu.be/BeJu9bMPLGU
➡ Navigation
‣Navigate backwards: ⌘ [ (on macOS) / Ctrl+Alt+Left (on Windows/Linux)
‣ Navigate forwards: ⌘ ] (on macOS) / Ctrl+Alt+Right (on Windows/Linux)
‣ Find usages / declaration: ⌘ B (on macOS) / Ctrl+B (on Windows/Linux)
‣ Recent Files: ⌘E (on macOS) / Ctrl+E (on Windows/Linux)
‣ Recent locations: ⇧⌘E (on macOS) / Ctrl+Shift+E (on Windows/Linux)
‣ Search everywhere: ⇧⇧ (on macOS) / Shift Shift (on Windows/Linux) - https://jb.gg/ctlega
‣ Find in files: ⇧⌘F (on macOS) / Ctrl+Shift+F (on Windows/Linux)
‣ https://youtu.be/1UHsJyCq1SU
➡ Reading Code
‣ Folding → Expand: ⌘ + (on macOS) / Ctrl+ + (on Windows/Linux)
‣ Folding → Collapse: ⌘ - (on macOS) / Ctrl+ - (on Windows/Linux)
‣ Folding → Expand All : ⇧ ⌘ + (on macOS) / Ctrl+Shift+ + (on Windows/Linux)
‣ Folding → Collapse All: ⇧ ⌘ + (on macOS) / Ctrl+Shift+ - (on Windows/Linux)
‣ File Structure: ⌘ F12 (macOS) / Ctrl+F12 (Windows/Linux) - Twice to expand list - https://jb.gg/pv5nmh
‣ Quick documentation: F1 (macOS) / Ctrl+Q (Windows/Linux) - https://jb.gg/p57c7s
‣ Toggle Rendered View: ^ ⌥ Q (macOS) / Ctrl+Alt+Q (Windows/Linux)
➡ Version Control support (Git)
‣ Commit: ⌘ 0 (macOS) / Alt+0 (Windows/Linux)
‣ Jump to last tool window: F12
‣ Show diff: ⌘ D (macOS) / Ctrl+D (Windows/Linux)
‣ Commit Anyway and Push: ⌥ ⌘ K (on macOS) / Ctrl+Alt+K (on Windows/Linux)
‣ Git tool window: ⌘9 (on macOS) / Alt+9 (on Windows/Linux)
‣ Terminal: ⌥ F12 (on macOS) / Alt+F12 (on Windows/Linux)
‣ Git integration - https://jb.gg/x8yuyc
➡ Language and technology support
‣ JVM Languages: Java, Kotlin, Groovy and Scala
‣ JVM Frameworks: Spring, Quarkus, Micronaut, Jakarta EE and more
‣ Non-JVM Technologies: JavaScript, TypeScript, HTML and more
‣ Navigate to file: ⌘ ⇧ O (on macOS) / Shift+Ctrl+N (on Windows/Linux)
‣ Convert to Kotlin: ⌥⇧⌘K (on macOS) / Ctrl+Alt+Shift+K (on Windows/Linux)
‣ Preview file in: ⌥F2 (on macOS) / Alt+F2 (on Windows/Linux)
‣ https://youtu.be/Au6NTrpTr_o
➡ Integrated tools support
‣ Build tools: Maven, Gradle and more - https://jb.gg/mxciax
‣ Managing dependencies: Package Search, Package analysis
‣ Services tool window - https://jb.gg/jwd1tp
‣ Docker - https://jb.gg/9da46k
‣ Profiling - https://jb.gg/p4a2ta
‣ https://youtu.be/OQcyAtukps4
‣ Code With Me - https://jb.gg/hkoz2p
‣ Remote Development - https://jb.gg/r39llc
‣ JetBrains Gateway - https://jb.gg/bg2mqr
- published: 20 Jul 2023
- views: 3921
13:38
Creating your first Java application with IntelliJ IDEA
In this tutorial, you will learn how to create, run, and package a simple Java application that prints Hello, World! to the system output. Along the way, you wi...
In this tutorial, you will learn how to create, run, and package a simple Java application that prints Hello, World! to the system output. Along the way, you will get familiar with IntelliJ IDEA features for boosting your productivity as a developer: coding assistance and supplementary tools.
For more information, take a look at: https://jb.gg/0ii4zs
Download IntelliJ IDEA: https://jb.gg/download-intellij-idea
Top 15 IntelliJ IDEA shortcuts: https://youtu.be/QYO5_riePOQ
*Author: Trisha Gee
Join us:
Website https://jb.gg/website
Blog https://jb.gg/blog
Twitter https://twitter.com/intellijidea
Facebook https://www.facebook.com/IntelliJIDEA/
#intelliJIDEA #intelliJ #jetbrains #java #HelloWorld #programming
https://wn.com/Creating_Your_First_Java_Application_With_Intellij_Idea
In this tutorial, you will learn how to create, run, and package a simple Java application that prints Hello, World! to the system output. Along the way, you will get familiar with IntelliJ IDEA features for boosting your productivity as a developer: coding assistance and supplementary tools.
For more information, take a look at: https://jb.gg/0ii4zs
Download IntelliJ IDEA: https://jb.gg/download-intellij-idea
Top 15 IntelliJ IDEA shortcuts: https://youtu.be/QYO5_riePOQ
*Author: Trisha Gee
Join us:
Website https://jb.gg/website
Blog https://jb.gg/blog
Twitter https://twitter.com/intellijidea
Facebook https://www.facebook.com/IntelliJIDEA/
#intelliJIDEA #intelliJ #jetbrains #java #HelloWorld #programming
- published: 15 Apr 2020
- views: 807116
20:29
IntelliJ IDEA Tutorial
Download Kite the AI Coding assistant https://bit.ly/3oTmFP8 and code 18% much faster. Thanks for making this video possible.
Sup sup amigos,
In this video I ...
Download Kite the AI Coding assistant https://bit.ly/3oTmFP8 and code 18% much faster. Thanks for making this video possible.
Sup sup amigos,
In this video I will teach how to get up and running with IntelliJ IDEA. In this IntelliJ tutorial I you will learn how to create a your first java project using IntelliJ.
Your will also learn how change and set themes, setting Java JDK, some IntelliJ shortcuts, generating tests using IntelliJ and IntelliJ Git integration.
If you want to learn java or use the java programming language then IntelliJ is the best tool for java developers.
IntelliJ vs Eclipse? IntelliJ all day.
I have been using IntelliJ for years now and you should if you haven't started.
Also download Kite the AI Coding assistant https://bit.ly/3oTmFP8
Timestamps
00:00 - Intro and announce give away
01:23 - Toolbox and Installation
03:08 - Create project
05:08 - Configure IntelliJ
05:48 - Plugins
06:25 - Kite Plugin
07:33 - Build/Compiler
08:15 - Font Size
08:51 - Create Main Java class
10:11 - Project Structure
10:42 - Setting Language Level
11:05 - Working with Java Classes and Objects
12:48 - Window Navigation
13:38 - Java Test Classes
15:00 - The Target Folder
16:08 - Git Integration
18:30 - Give Away
19:22 - IntelliJ IDEA free course
19:42 - More courses and certificates
19:56 - Wrap Up
Recommended Plugins
► Download Kite AI coding assistant - https://bit.ly/3oTmFP8
► Presentation Assistant - https://bit.ly/2I7dnON
Recommended Courses
►IntelliJ - https://amigoscode.com/p/intellij-idea-developer-guide
►Java Essentials - https://amigoscode.com/p/java-essentials
►Testing - https://amigoscode.com/p/software-testing
🙊 Subscribe to Amigoscode - http://bit.ly/2HpF5V8
► Courses Available for free here - https://amigoscode.com/courses
► Join Private Facebook Group - https://www.facebook.com/groups/456035171490753/
► Join Discord - https://bit.ly/2wL029v
🙊 Here are the goods for all my videos video:
► Recommended Books
Clean Code
- https://amzn.to/2UGDPlX
HTTP: The Definitive Guide
- https://amzn.to/2JDVi8s
Clean Architecture
- https://amzn.to/2xOBNXW
► Computer and Monitor
New Apple MacBook Pro
- https://amzn.to/3464Mmn
Dell 27 INCH Ultrasharp U2719D Monitor
- https://amzn.to/2xM3nW1
Double Arm Stand Desk Mount
- https://amzn.to/3aYKKfs
USB C Hub Multiport Adapter
- https://amzn.to/2Jz7NlL
► Camera Gear
Sony ILCE7M3B Full Frame Mirrorless Camera
- https://amzn.to/346QIJn
Sigma 16 mm F1.4 DC DN
- https://amzn.to/2wbic3Q
Sigma 33B965 30 mm F1.4 DC DC
- https://amzn.to/39G37Fd
Awesome Screen Saver
- https://github.com/JohnCoates/Aerial
IDE I use for coding
- Iterm
- VsCode
- GoLand
- IntelliJ
- Sublime
💯 You can also follow me here:
► Don't forget to subscribe | http://bit.ly/2HpF5V8
► Join Closed Facebook Group for discussion and early access videos and courses | http://bit.ly/2FbuIkx
► Follow me on Instagram | http://bit.ly/2TSkA9w
► Join Discord - https://bit.ly/2wL029v
❤️ Thanks for watching
#intellij #intellijidea #javatutorial
https://wn.com/Intellij_Idea_Tutorial
Download Kite the AI Coding assistant https://bit.ly/3oTmFP8 and code 18% much faster. Thanks for making this video possible.
Sup sup amigos,
In this video I will teach how to get up and running with IntelliJ IDEA. In this IntelliJ tutorial I you will learn how to create a your first java project using IntelliJ.
Your will also learn how change and set themes, setting Java JDK, some IntelliJ shortcuts, generating tests using IntelliJ and IntelliJ Git integration.
If you want to learn java or use the java programming language then IntelliJ is the best tool for java developers.
IntelliJ vs Eclipse? IntelliJ all day.
I have been using IntelliJ for years now and you should if you haven't started.
Also download Kite the AI Coding assistant https://bit.ly/3oTmFP8
Timestamps
00:00 - Intro and announce give away
01:23 - Toolbox and Installation
03:08 - Create project
05:08 - Configure IntelliJ
05:48 - Plugins
06:25 - Kite Plugin
07:33 - Build/Compiler
08:15 - Font Size
08:51 - Create Main Java class
10:11 - Project Structure
10:42 - Setting Language Level
11:05 - Working with Java Classes and Objects
12:48 - Window Navigation
13:38 - Java Test Classes
15:00 - The Target Folder
16:08 - Git Integration
18:30 - Give Away
19:22 - IntelliJ IDEA free course
19:42 - More courses and certificates
19:56 - Wrap Up
Recommended Plugins
► Download Kite AI coding assistant - https://bit.ly/3oTmFP8
► Presentation Assistant - https://bit.ly/2I7dnON
Recommended Courses
►IntelliJ - https://amigoscode.com/p/intellij-idea-developer-guide
►Java Essentials - https://amigoscode.com/p/java-essentials
►Testing - https://amigoscode.com/p/software-testing
🙊 Subscribe to Amigoscode - http://bit.ly/2HpF5V8
► Courses Available for free here - https://amigoscode.com/courses
► Join Private Facebook Group - https://www.facebook.com/groups/456035171490753/
► Join Discord - https://bit.ly/2wL029v
🙊 Here are the goods for all my videos video:
► Recommended Books
Clean Code
- https://amzn.to/2UGDPlX
HTTP: The Definitive Guide
- https://amzn.to/2JDVi8s
Clean Architecture
- https://amzn.to/2xOBNXW
► Computer and Monitor
New Apple MacBook Pro
- https://amzn.to/3464Mmn
Dell 27 INCH Ultrasharp U2719D Monitor
- https://amzn.to/2xM3nW1
Double Arm Stand Desk Mount
- https://amzn.to/3aYKKfs
USB C Hub Multiport Adapter
- https://amzn.to/2Jz7NlL
► Camera Gear
Sony ILCE7M3B Full Frame Mirrorless Camera
- https://amzn.to/346QIJn
Sigma 16 mm F1.4 DC DN
- https://amzn.to/2wbic3Q
Sigma 33B965 30 mm F1.4 DC DC
- https://amzn.to/39G37Fd
Awesome Screen Saver
- https://github.com/JohnCoates/Aerial
IDE I use for coding
- Iterm
- VsCode
- GoLand
- IntelliJ
- Sublime
💯 You can also follow me here:
► Don't forget to subscribe | http://bit.ly/2HpF5V8
► Join Closed Facebook Group for discussion and early access videos and courses | http://bit.ly/2FbuIkx
► Follow me on Instagram | http://bit.ly/2TSkA9w
► Join Discord - https://bit.ly/2wL029v
❤️ Thanks for watching
#intellij #intellijidea #javatutorial
- published: 05 Nov 2020
- views: 85085
2:35:00
IntelliJ IDEA Full Course
Every aspect of IntelliJ IDEA is specifically designed to maximize developer productivity.
Together, the powerful static code analysis and ergonomic design mak...
Every aspect of IntelliJ IDEA is specifically designed to maximize developer productivity.
Together, the powerful static code analysis and ergonomic design make development not only productive but also an enjoyable experience.
IntelliJ is with no doubt the best IDEA for the JVM. Both community and ultimate editions offer you tools that will make you write code in a much more elegant way. If you never used IntelliJ or want to learn a few tricks that will enable you to write code faster, then this Idea is for you.
🔗Full course available here: https://amigoscode.com/courses/intellij-idea
🔗Download IntelliJ here: https://www.jetbrains.com/idea/
🔗Keyboard shortcuts - https://resources.jetbrains.com/storage/products/intellij-idea/docs/IntelliJIDEA_ReferenceCard.pdf
🔗Github repo for Spring Boot Project - https://github.com/amigoscode/spring-boot-react-fullstack
🔗Join Closed Facebook Group for discussion and early access videos and courses | http://bit.ly/2FbuIkx
Table of contents
0:00:00 Hi
0:02:43 Installing IntelliJ IDEA
0:06:55 Installing JDK
0:14:48 Setting Project JDK
0:17:57 Creating your first project
0:23:15 Exploring IntelliJ IDEA
0:32:17 Creating Classes
0:36:32 Creating your first project
0:40:57 Increasing Font Size
0:43:52 Key Mappings
0:46:58 Color Themes
0:50:27 Presentation Assistant
0:52:20 Cloning Project | https://github.com/amigoscode/spring-boot-react-fullstack
0:57:30 Searching Classes Files & Everywhere
1:02:54 Search with Find in Path
1:05:34 File Structure
1:08:12 Call Hierarchy
1:11:10 Find Usages
1:13:31 The Importance Of Keyboard Shortcuts
1:15:03 Opening Windows with Keyboard Shortcuts
1:17:25 Using IntelliJ Without Mouse
1:21:45 Generating Code
1:27:14 Extracting Code
1:32:58 Tests
1:41:22 Debugging
1:47:08 Git and Github Integration
1:54:03 Commits and Pull Requests
1:59:36 Kotlin
2:05:31 IntelliJ IDEA Ultimate Edition
2:13:39 Database Integration
2:19:25 Maven
2:23:00 Spring Boot
2:30:14 Other JetBrains Products
2:33:19 Wrap up
▶️ Don't forget to subscribe | http://bit.ly/2HpF5V8
▶️ Join Closed Facebook Group for discussion and early access videos and courses | http://bit.ly/2FbuIkx
▶️ Follow me on Instagram | http://bit.ly/2TSkA9w
https://wn.com/Intellij_Idea_Full_Course
Every aspect of IntelliJ IDEA is specifically designed to maximize developer productivity.
Together, the powerful static code analysis and ergonomic design make development not only productive but also an enjoyable experience.
IntelliJ is with no doubt the best IDEA for the JVM. Both community and ultimate editions offer you tools that will make you write code in a much more elegant way. If you never used IntelliJ or want to learn a few tricks that will enable you to write code faster, then this Idea is for you.
🔗Full course available here: https://amigoscode.com/courses/intellij-idea
🔗Download IntelliJ here: https://www.jetbrains.com/idea/
🔗Keyboard shortcuts - https://resources.jetbrains.com/storage/products/intellij-idea/docs/IntelliJIDEA_ReferenceCard.pdf
🔗Github repo for Spring Boot Project - https://github.com/amigoscode/spring-boot-react-fullstack
🔗Join Closed Facebook Group for discussion and early access videos and courses | http://bit.ly/2FbuIkx
Table of contents
0:00:00 Hi
0:02:43 Installing IntelliJ IDEA
0:06:55 Installing JDK
0:14:48 Setting Project JDK
0:17:57 Creating your first project
0:23:15 Exploring IntelliJ IDEA
0:32:17 Creating Classes
0:36:32 Creating your first project
0:40:57 Increasing Font Size
0:43:52 Key Mappings
0:46:58 Color Themes
0:50:27 Presentation Assistant
0:52:20 Cloning Project | https://github.com/amigoscode/spring-boot-react-fullstack
0:57:30 Searching Classes Files & Everywhere
1:02:54 Search with Find in Path
1:05:34 File Structure
1:08:12 Call Hierarchy
1:11:10 Find Usages
1:13:31 The Importance Of Keyboard Shortcuts
1:15:03 Opening Windows with Keyboard Shortcuts
1:17:25 Using IntelliJ Without Mouse
1:21:45 Generating Code
1:27:14 Extracting Code
1:32:58 Tests
1:41:22 Debugging
1:47:08 Git and Github Integration
1:54:03 Commits and Pull Requests
1:59:36 Kotlin
2:05:31 IntelliJ IDEA Ultimate Edition
2:13:39 Database Integration
2:19:25 Maven
2:23:00 Spring Boot
2:30:14 Other JetBrains Products
2:33:19 Wrap up
▶️ Don't forget to subscribe | http://bit.ly/2HpF5V8
▶️ Join Closed Facebook Group for discussion and early access videos and courses | http://bit.ly/2FbuIkx
▶️ Follow me on Instagram | http://bit.ly/2TSkA9w
- published: 22 Sep 2019
- views: 739306
8:48
How to install IntelliJ IDEA on Windows 10/11 (64 bit) [ 2023 Update ] Java 19
Hello Everyone! Today in this video I am going to step by step guide you on How to install IntelliJ IDEA 2022.3.1 version for JAVA Developers on Windows 10/11. ...
Hello Everyone! Today in this video I am going to step by step guide you on How to install IntelliJ IDEA 2022.3.1 version for JAVA Developers on Windows 10/11. Windows (64-bit).
After that, I am also going to show you How to Create your First Hello World Java Application and start using the IntelliJ IDEA IDE version
JDK stands for Java SE Development Kit. JRE stands for Java Runtime Environment. IDE stands for Integrated Development Environment.
Geeky Script (
@GeekyScript) is Computer Science - Educational Videos Creator 🎉
You can support by buying a coffee ☕️ here —
https://www.buymeacoffee.com/geekyscript
✻ I really hope you find this video useful. ♥
✻ Please click on the CC button to read the subtitles of this video.
Step 1. First You need to install Java 19. For that, I made this video, "How to Download Java in Windows 10/11"
Link: https://www.youtube.com/watch?v=74jD-gx4XwE
Find the installation file and click on it to download. You need to click the Oracle License agreement. Download the JDK as shown in the video as per your operating system. Here is this video we showed how to download and install java in windows 10/11.
Now after downloading JDK 19 save the file to the disk and follow the next step for installation.
Step 2. Install Java 19
Double-click to run the JDK download file. Just follow the prompt as shown in the video (https://www.youtube.com/watch?v=FVxKbAukRxk) and install JDK in your OS.
Step 3. Now How to Download and Install IntelliJ IDEA on Windows 10/11?
Now it's time to download and install IntelliJ IDEA on your Windows 10/11 64-bit OS. So for that, you need to download the IntelliJ IDEA Community edition .exe file software. Use the following link to download IntelliJ IDEA.
https://www.jetbrains.com/idea/download/#section=windows
Now double-click to run the IntelliJ IDEA .exe downloaded file. Just follow the prompt as shown in the video and install your IntelliJ IDEA on your OS.
What’s the IntelliJ IDEA?
- IntelliJ IDEA is an integrated development environment written in Java for developing computer software. It is developed by JetBrains and is available as an Apache 2 Licensed community edition, and in a proprietary commercial edition. Both can be used for commercial development
- Since the IntelliJ IDEA community edition is free it's very much recommended to use IntelliJ IDEA to develop java projects.
The instructions in this video tutorial can be applied to laptops, desktops, computers, and tablets which run the Windows 10/11 operating system like Windows 10/11 Home, Windows 10/11 Professional, Windows 10/11 Enterprise, and Windows 10/11 Education. This tutorial will work on all hardware manufacturers, like Dell, HP, Acer, Asus, Toshiba, Lenovo, and Samsung.
#IntelliJ #HowToInstallIntelliJ #JavaDevelopers #Javatutorialforbeginners #Javatutorial #Javaprogramming #Javaprogrammingtutorial #Javabasicsforbeginners #Windows11
Topics addressed in this tutorial:
How To Download And Install IntelliJ IDEA On Windows 10/11 64 bit OS
Install IntelliJ IDEA on Windows 10/11
How to Install IntelliJ IDEA and Get Started
---------------------------------------------------------------------------
MY RELATED VIDEOS:
✻ All about Android Studio: https://youtu.be/H53e2kdaLfk
✻ All about PostgreSQL: https://youtu.be/C93Ed8b8Mhc
✻ All about MongoDB: https://youtu.be/TetHRRnbhig
✻ All about MySQL: https://youtu.be/tFBGj_xDu34
✻ All about WordPress: https://youtu.be/THfoFs2NNbs
✻ All about Java Spring: https://youtu.be/ajsap2g24_Q
✻ All about Maven: https://youtu.be/7DKbtM-BVLg
✻ All about eBook: https://youtu.be/-7f2HqSSeo0
---------------------------------------------------------------------------
THANK YOU so much for watching!
Please make sure to LIKE and SHARE the video and SUBSCRIBE to the channel for more such videos :)
---------------------------------------------------------------------------
CONNECT WITH ME ON:
✻ Website: https://geekyscript.com/
✻ LinkedIn: https://www.linkedin.com/in/geekyscript/
✻ Twitter: https://twitter.com/GeekyScript
✻ Email:
[email protected]
✻ YouTube channel: https://www.youtube.com/c/geekyscript/
---------------------------------------------------------------------------
https://wn.com/How_To_Install_Intellij_Idea_On_Windows_10_11_(64_Bit)_2023_Update_Java_19
Hello Everyone! Today in this video I am going to step by step guide you on How to install IntelliJ IDEA 2022.3.1 version for JAVA Developers on Windows 10/11. Windows (64-bit).
After that, I am also going to show you How to Create your First Hello World Java Application and start using the IntelliJ IDEA IDE version
JDK stands for Java SE Development Kit. JRE stands for Java Runtime Environment. IDE stands for Integrated Development Environment.
Geeky Script (
@GeekyScript) is Computer Science - Educational Videos Creator 🎉
You can support by buying a coffee ☕️ here —
https://www.buymeacoffee.com/geekyscript
✻ I really hope you find this video useful. ♥
✻ Please click on the CC button to read the subtitles of this video.
Step 1. First You need to install Java 19. For that, I made this video, "How to Download Java in Windows 10/11"
Link: https://www.youtube.com/watch?v=74jD-gx4XwE
Find the installation file and click on it to download. You need to click the Oracle License agreement. Download the JDK as shown in the video as per your operating system. Here is this video we showed how to download and install java in windows 10/11.
Now after downloading JDK 19 save the file to the disk and follow the next step for installation.
Step 2. Install Java 19
Double-click to run the JDK download file. Just follow the prompt as shown in the video (https://www.youtube.com/watch?v=FVxKbAukRxk) and install JDK in your OS.
Step 3. Now How to Download and Install IntelliJ IDEA on Windows 10/11?
Now it's time to download and install IntelliJ IDEA on your Windows 10/11 64-bit OS. So for that, you need to download the IntelliJ IDEA Community edition .exe file software. Use the following link to download IntelliJ IDEA.
https://www.jetbrains.com/idea/download/#section=windows
Now double-click to run the IntelliJ IDEA .exe downloaded file. Just follow the prompt as shown in the video and install your IntelliJ IDEA on your OS.
What’s the IntelliJ IDEA?
- IntelliJ IDEA is an integrated development environment written in Java for developing computer software. It is developed by JetBrains and is available as an Apache 2 Licensed community edition, and in a proprietary commercial edition. Both can be used for commercial development
- Since the IntelliJ IDEA community edition is free it's very much recommended to use IntelliJ IDEA to develop java projects.
The instructions in this video tutorial can be applied to laptops, desktops, computers, and tablets which run the Windows 10/11 operating system like Windows 10/11 Home, Windows 10/11 Professional, Windows 10/11 Enterprise, and Windows 10/11 Education. This tutorial will work on all hardware manufacturers, like Dell, HP, Acer, Asus, Toshiba, Lenovo, and Samsung.
#IntelliJ #HowToInstallIntelliJ #JavaDevelopers #Javatutorialforbeginners #Javatutorial #Javaprogramming #Javaprogrammingtutorial #Javabasicsforbeginners #Windows11
Topics addressed in this tutorial:
How To Download And Install IntelliJ IDEA On Windows 10/11 64 bit OS
Install IntelliJ IDEA on Windows 10/11
How to Install IntelliJ IDEA and Get Started
---------------------------------------------------------------------------
MY RELATED VIDEOS:
✻ All about Android Studio: https://youtu.be/H53e2kdaLfk
✻ All about PostgreSQL: https://youtu.be/C93Ed8b8Mhc
✻ All about MongoDB: https://youtu.be/TetHRRnbhig
✻ All about MySQL: https://youtu.be/tFBGj_xDu34
✻ All about WordPress: https://youtu.be/THfoFs2NNbs
✻ All about Java Spring: https://youtu.be/ajsap2g24_Q
✻ All about Maven: https://youtu.be/7DKbtM-BVLg
✻ All about eBook: https://youtu.be/-7f2HqSSeo0
---------------------------------------------------------------------------
THANK YOU so much for watching!
Please make sure to LIKE and SHARE the video and SUBSCRIBE to the channel for more such videos :)
---------------------------------------------------------------------------
CONNECT WITH ME ON:
✻ Website: https://geekyscript.com/
✻ LinkedIn: https://www.linkedin.com/in/geekyscript/
✻ Twitter: https://twitter.com/GeekyScript
✻ Email:
[email protected]
✻ YouTube channel: https://www.youtube.com/c/geekyscript/
---------------------------------------------------------------------------
- published: 03 Jan 2023
- views: 119983
8:27
Compare Anything in IntelliJ IDEA
In this video, we'll take a look at some of the common use cases where you would need to compare various elements in your code base and see how IntelliJ IDEA ca...
In this video, we'll take a look at some of the common use cases where you would need to compare various elements in your code base and see how IntelliJ IDEA can help. We'll cover comparing our project files, such as source code, configuration, settings, CSV files, packages, or directories.
Blog Post: https://jb.gg/i83ur9
Download IntelliJ IDEA: https://jb.gg/download-intellij-idea
Top 15 IntelliJ IDEA shortcuts: https://jb.gg/Top15IntelliJIDEAShortcuts
*Author: Mala Gupta
Join us:
Website: https://jb.gg/website
Blog: https://jb.gg/blog
Twitter: https://twitter.com/intellijidea
Facebook: https://www.facebook.com/IntelliJIDEA/
#intelliJIDEA #getting_to_know_intellij #intelliJ #jetbrains #java #programming
https://wn.com/Compare_Anything_In_Intellij_Idea
In this video, we'll take a look at some of the common use cases where you would need to compare various elements in your code base and see how IntelliJ IDEA can help. We'll cover comparing our project files, such as source code, configuration, settings, CSV files, packages, or directories.
Blog Post: https://jb.gg/i83ur9
Download IntelliJ IDEA: https://jb.gg/download-intellij-idea
Top 15 IntelliJ IDEA shortcuts: https://jb.gg/Top15IntelliJIDEAShortcuts
*Author: Mala Gupta
Join us:
Website: https://jb.gg/website
Blog: https://jb.gg/blog
Twitter: https://twitter.com/intellijidea
Facebook: https://www.facebook.com/IntelliJIDEA/
#intelliJIDEA #getting_to_know_intellij #intelliJ #jetbrains #java #programming
- published: 15 Jun 2023
- views: 4096
4:32
How to Create and Run a Java Project on IntelliJ IDEA | Run Java Program on IntelliJ IDEA
In this video I will show how to Create, Build and Run a Java Project on IntelliJ IDEA.
Important Link:
How to create & run Java project in Eclipse IDE
https:...
In this video I will show how to Create, Build and Run a Java Project on IntelliJ IDEA.
Important Link:
How to create & run Java project in Eclipse IDE
https://youtu.be/A1nkvSa3PUM
Thank You For Visiting My Channel.
****** Subscribe & Support ******
AFFILIATE DISCLOSURE:
This video and description may contain affiliate links, which means that if you click on one of the product links and buy something, I’ll receive a small commission. I won't put anything here that I haven't verified and/or personally used myself.
https://wn.com/How_To_Create_And_Run_A_Java_Project_On_Intellij_Idea_|_Run_Java_Program_On_Intellij_Idea
In this video I will show how to Create, Build and Run a Java Project on IntelliJ IDEA.
Important Link:
How to create & run Java project in Eclipse IDE
https://youtu.be/A1nkvSa3PUM
Thank You For Visiting My Channel.
****** Subscribe & Support ******
AFFILIATE DISCLOSURE:
This video and description may contain affiliate links, which means that if you click on one of the product links and buy something, I’ll receive a small commission. I won't put anything here that I haven't verified and/or personally used myself.
- published: 24 Apr 2022
- views: 295700
7:59
Top 15 IntelliJ IDEA shortcuts
IntelliJ IDEA has keyboard shortcuts for most of its commands related to editing, navigation, refactoring, debugging, and other tasks. Memorizing these hotkeys ...
IntelliJ IDEA has keyboard shortcuts for most of its commands related to editing, navigation, refactoring, debugging, and other tasks. Memorizing these hotkeys can help you stay more productive by keeping your hands on the keyboard.
Alt+Enter - Show Intention Actions
F2 - Next Highlighted Error
⌘1 or Alt+1 - Project Tool Window
Esc - Focus on the Editor
⌘E or Ctrl+E - View Recent Files
⌘B or Ctrl+B - Go to Declaration
Alt+F7 - Find Usages
Ctrl Ctrl - Run Anything
⌥↑ / ⌥↓ or Ctrl + W / Shift + Ctrl + W - Extend or Shrink Selection
⌘/ or Ctrl + / - Add/Remove Line Comment (⌥⌘/ or Shift+Ctrl+/ for Block Comment)
⇧⌘⏎ or Shift+Ctrl+Enter - Complete Current Statement
⌥⌘L or Ctrl+Alt+L - Reformat Code
⌃T or Shift+Ctrl+Alt+T - Refactor This
⇧⌘A or Shift+Ctrl+A - Find Action
Shift Shift - Search Everywhere
For more information, go to: https://jb.gg/clnjsc
See this blog post here: https://jb.gg/top15
Download IntelliJ IDEA: https://jb.gg/download-intellij-idea
*Author: Trisha Gee
Join us:
Website https://jb.gg/website
Blog https://jb.gg/blog
Twitter https://twitter.com/intellijidea
Facebook https://www.facebook.com/IntelliJIDEA/
#java #getting_to_know_intellij #intelliJIDEA #intelliJ #jetbrains #programming
https://wn.com/Top_15_Intellij_Idea_Shortcuts
IntelliJ IDEA has keyboard shortcuts for most of its commands related to editing, navigation, refactoring, debugging, and other tasks. Memorizing these hotkeys can help you stay more productive by keeping your hands on the keyboard.
Alt+Enter - Show Intention Actions
F2 - Next Highlighted Error
⌘1 or Alt+1 - Project Tool Window
Esc - Focus on the Editor
⌘E or Ctrl+E - View Recent Files
⌘B or Ctrl+B - Go to Declaration
Alt+F7 - Find Usages
Ctrl Ctrl - Run Anything
⌥↑ / ⌥↓ or Ctrl + W / Shift + Ctrl + W - Extend or Shrink Selection
⌘/ or Ctrl + / - Add/Remove Line Comment (⌥⌘/ or Shift+Ctrl+/ for Block Comment)
⇧⌘⏎ or Shift+Ctrl+Enter - Complete Current Statement
⌥⌘L or Ctrl+Alt+L - Reformat Code
⌃T or Shift+Ctrl+Alt+T - Refactor This
⇧⌘A or Shift+Ctrl+A - Find Action
Shift Shift - Search Everywhere
For more information, go to: https://jb.gg/clnjsc
See this blog post here: https://jb.gg/top15
Download IntelliJ IDEA: https://jb.gg/download-intellij-idea
*Author: Trisha Gee
Join us:
Website https://jb.gg/website
Blog https://jb.gg/blog
Twitter https://twitter.com/intellijidea
Facebook https://www.facebook.com/IntelliJIDEA/
#java #getting_to_know_intellij #intelliJIDEA #intelliJ #jetbrains #programming
- published: 25 Feb 2020
- views: 320868
13:22
IntelliJ IDEA Beginner Tutorial | Download and Setup
After watching take this QUIZ - https://automationstepbystep.com/2021/08/16/intellij-idea-quiz-1/
Send me your score in comments below
Step 1 - Download Communi...
After watching take this QUIZ - https://automationstepbystep.com/2021/08/16/intellij-idea-quiz-1/
Send me your score in comments below
Step 1 - Download Community edition https://www.jetbrains.com/idea/download/
Step 2 - Check if JDK is installed on your system
Step 3 : Install, Setup and Open IntelliJ IDEA
Step 4 : Create a new project
All FREE courses - https://automationstepbystep.com/
Stories by Raghav - https://automationstepbystep.com/stories/
My Udemy Courses - https://automationstepbystep.com/udemy-discounts/
Every LIKE & SUBSCRIPTION gives me great motivation to keep working for you
You can support my mission for education by sharing this knowledge and helping as many people as you can
If my work has helped you, consider helping any animal near you, in any way you can.
________ ONLINE COURSES TO LEARN ________
https://automationstepbystep.com/free-online-tutorials/
GitHub - https://github.com/Raghav-Pal/
Udemy - https://www.udemy.com/user/raghav-pal-3/
Training by Raghav at your venue -
[email protected]
Training schedule - https://automationstepbystep.com/trainings-2/
------------ UI TESTING ------------
Selenium Beginners - https://bit.ly/2MGRS8K
Selenium Java Framework from Scratch - https://bit.ly/2N9xvR6
Selenium Python - https://bit.ly/2oyMp5x
Selenium Tips - https://bit.ly/2owxc50
Selenium Builder - https://bit.ly/2MKNtlq
Katalon Studio - https://bit.ly/2wARFdi
Robot Framework with RIDE- https://bit.ly/2Px6Ue9
Robot Framework with Eclipse - http://bit.ly/2N8DZxb
Protractor - http://bit.ly/2KtqVkU
TestProject - http://bit.ly/2DRNJYE
------------ API TESTING ------------
Web Services (API) - https://bit.ly/2MGafL7
SoapUI - https://bit.ly/2MGahmd
Postman - https://bit.ly/2wz8LrW
General - https://bit.ly/2PYdwmV
Katalon Studio API Testing - https://bit.ly/2BwuCTN
------------ MOBILE TESTING ------------
Appium - https://bit.ly/2ZHFSGX
Mobile Playlist - https://bit.ly/2PxpeUv
------------ CI | CD | DEVOPS ------------
Jenkins Beginner - https://bit.ly/2MIn8EC
Jenkins Tips & Trick - https://bit.ly/2LRt6xC
Docker - https://bit.ly/2MInnzx
Kubernetes - http://bit.ly/2MJIlMK
-------------VIRTUALISATION-------------
Virtualization on windows - http://bit.ly/2SItIL9
------------ VERSION CONTROL SYSTEM ------------
Git & GitHub - https://bit.ly/2Q1pagY
GitLab - http://bit.ly/2kQPGyQ
------------ PERFORMANCE TESTING ------------
JMeter Beginner - https://bit.ly/2oBbtIU
JMeter Intermediate - https://bit.ly/2oziNVB
JMeter Advanced - https://bit.ly/2Q22Y6a
JMeter Tips & Tricks - https://bit.ly/2NOfWD2
Performance Testing - https://bit.ly/2wEXbLS
------------ PROGRAMMING ------------
Java Beginners - https://bit.ly/2PVUcXs
Java Tips & Tricks - https://bit.ly/2CdcDnJ
GROOVY - https://bit.ly/2FvWV5C
JAVASCRIPT - http://bit.ly/2KJDZ8o
PYTHON - http://bit.ly/2Z4iRye
------------ IDE ------------
Visual Studio Code - https://bit.ly/2V15yvt
------------ BUILD TOOLS ------------
Maven - https://bit.ly/2NJdDRS
Gradle - http://bit.ly/30l3h1B
------------ OTHERS ------------
Redis- https://bit.ly/2N9jyCG
Misc - https://bit.ly/2Q2q5xQ
Tools & Tips - https://bit.ly/2oBfwoR
QnA Friday- https://bit.ly/2NgwGpw
Sunday Special - https://bit.ly/2wB23BO
Ask Raghav - https://bit.ly/2CoJGWf
Interviews - https://bit.ly/2NIPPxk
All Playlists - https://bit.ly/2LSiezA
----------- Connect with Raghav ------------
Website - https://automationstepbystep.com/
LifeCharger - http://lifecharger.org/
Udemy Courses - https://www.udemy.com/user/raghav-pal-3/
Facebook - https://www.facebook.com/automationstepbystep
Twitter - https://twitter.com/LearnWithRaghav
Youtube - http://youtube.com/automationstepbystep
Never Stop Learning
Raghav
https://wn.com/Intellij_Idea_Beginner_Tutorial_|_Download_And_Setup
After watching take this QUIZ - https://automationstepbystep.com/2021/08/16/intellij-idea-quiz-1/
Send me your score in comments below
Step 1 - Download Community edition https://www.jetbrains.com/idea/download/
Step 2 - Check if JDK is installed on your system
Step 3 : Install, Setup and Open IntelliJ IDEA
Step 4 : Create a new project
All FREE courses - https://automationstepbystep.com/
Stories by Raghav - https://automationstepbystep.com/stories/
My Udemy Courses - https://automationstepbystep.com/udemy-discounts/
Every LIKE & SUBSCRIPTION gives me great motivation to keep working for you
You can support my mission for education by sharing this knowledge and helping as many people as you can
If my work has helped you, consider helping any animal near you, in any way you can.
________ ONLINE COURSES TO LEARN ________
https://automationstepbystep.com/free-online-tutorials/
GitHub - https://github.com/Raghav-Pal/
Udemy - https://www.udemy.com/user/raghav-pal-3/
Training by Raghav at your venue -
[email protected]
Training schedule - https://automationstepbystep.com/trainings-2/
------------ UI TESTING ------------
Selenium Beginners - https://bit.ly/2MGRS8K
Selenium Java Framework from Scratch - https://bit.ly/2N9xvR6
Selenium Python - https://bit.ly/2oyMp5x
Selenium Tips - https://bit.ly/2owxc50
Selenium Builder - https://bit.ly/2MKNtlq
Katalon Studio - https://bit.ly/2wARFdi
Robot Framework with RIDE- https://bit.ly/2Px6Ue9
Robot Framework with Eclipse - http://bit.ly/2N8DZxb
Protractor - http://bit.ly/2KtqVkU
TestProject - http://bit.ly/2DRNJYE
------------ API TESTING ------------
Web Services (API) - https://bit.ly/2MGafL7
SoapUI - https://bit.ly/2MGahmd
Postman - https://bit.ly/2wz8LrW
General - https://bit.ly/2PYdwmV
Katalon Studio API Testing - https://bit.ly/2BwuCTN
------------ MOBILE TESTING ------------
Appium - https://bit.ly/2ZHFSGX
Mobile Playlist - https://bit.ly/2PxpeUv
------------ CI | CD | DEVOPS ------------
Jenkins Beginner - https://bit.ly/2MIn8EC
Jenkins Tips & Trick - https://bit.ly/2LRt6xC
Docker - https://bit.ly/2MInnzx
Kubernetes - http://bit.ly/2MJIlMK
-------------VIRTUALISATION-------------
Virtualization on windows - http://bit.ly/2SItIL9
------------ VERSION CONTROL SYSTEM ------------
Git & GitHub - https://bit.ly/2Q1pagY
GitLab - http://bit.ly/2kQPGyQ
------------ PERFORMANCE TESTING ------------
JMeter Beginner - https://bit.ly/2oBbtIU
JMeter Intermediate - https://bit.ly/2oziNVB
JMeter Advanced - https://bit.ly/2Q22Y6a
JMeter Tips & Tricks - https://bit.ly/2NOfWD2
Performance Testing - https://bit.ly/2wEXbLS
------------ PROGRAMMING ------------
Java Beginners - https://bit.ly/2PVUcXs
Java Tips & Tricks - https://bit.ly/2CdcDnJ
GROOVY - https://bit.ly/2FvWV5C
JAVASCRIPT - http://bit.ly/2KJDZ8o
PYTHON - http://bit.ly/2Z4iRye
------------ IDE ------------
Visual Studio Code - https://bit.ly/2V15yvt
------------ BUILD TOOLS ------------
Maven - https://bit.ly/2NJdDRS
Gradle - http://bit.ly/30l3h1B
------------ OTHERS ------------
Redis- https://bit.ly/2N9jyCG
Misc - https://bit.ly/2Q2q5xQ
Tools & Tips - https://bit.ly/2oBfwoR
QnA Friday- https://bit.ly/2NgwGpw
Sunday Special - https://bit.ly/2wB23BO
Ask Raghav - https://bit.ly/2CoJGWf
Interviews - https://bit.ly/2NIPPxk
All Playlists - https://bit.ly/2LSiezA
----------- Connect with Raghav ------------
Website - https://automationstepbystep.com/
LifeCharger - http://lifecharger.org/
Udemy Courses - https://www.udemy.com/user/raghav-pal-3/
Facebook - https://www.facebook.com/automationstepbystep
Twitter - https://twitter.com/LearnWithRaghav
Youtube - http://youtube.com/automationstepbystep
Never Stop Learning
Raghav
- published: 16 Aug 2021
- views: 44650
1:13:42
Intellij Idea Java IDE crash course | Intellij Idea tutorial + Shortcuts | Updated for 2023 ️🔥
This Intellij Idea Java Tutorial Course teaches you how to install Intellij idea (Intellij Idea installation and setup for Windows and Mac). We will learn about...
This Intellij Idea Java Tutorial Course teaches you how to install Intellij idea (Intellij Idea installation and setup for Windows and Mac). We will learn about how you can use IntelliJ Idea, work with Intellij Idea Keymaps
Join the exclusive community of Learners and Developers that help each other: https://bit.ly/embarkx-joind
My Full Intellij Idea course for 2023 available at 90% discount : https://bit.ly/3GX8Doi
Learn Java using Intellij available at 90% discount: https://bit.ly/3LGVOB9
Do you use Intellij Idea with Java? Are you a Java developer? Do you want to learn how to boost your productivity using Intellij? How to use IntelliJ idea? This course is a crash course of my full version available at EmbarkX.com.
We rebranded to EmbarkX and our new website is live below.
Enroll at: https://embarkx.com/
Welcome to my channel. In this video you will learn on how you can improve your coding speed and become more productive with Intellij.
Contents of this video
0:00 : Introduction
1:08 : Downloading required tools
8:05 : Installing and setting up IntelliJ Idea (Intellij installation Windows and Mac)
17:00 : Exploring IntelliJ Idea
23:12 : Installing and setting up presentation assistant, Keymaps
33:55 : How to change themes
38:32 : Altering appearance of windows
44:30 : Moving your code around
49:28 : Camel hump technique
51:33 : Changing signatures
1:00:21 : Navigating the project
#Intellij #IntellijIdea #IntellijCrashCourse #IntellijIdeaTutorial #IntellijIdeaJavaTutorial
Music: www.bensound.com
https://wn.com/Intellij_Idea_Java_Ide_Crash_Course_|_Intellij_Idea_Tutorial_Shortcuts_|_Updated_For_2023_️🔥
This Intellij Idea Java Tutorial Course teaches you how to install Intellij idea (Intellij Idea installation and setup for Windows and Mac). We will learn about how you can use IntelliJ Idea, work with Intellij Idea Keymaps
Join the exclusive community of Learners and Developers that help each other: https://bit.ly/embarkx-joind
My Full Intellij Idea course for 2023 available at 90% discount : https://bit.ly/3GX8Doi
Learn Java using Intellij available at 90% discount: https://bit.ly/3LGVOB9
Do you use Intellij Idea with Java? Are you a Java developer? Do you want to learn how to boost your productivity using Intellij? How to use IntelliJ idea? This course is a crash course of my full version available at EmbarkX.com.
We rebranded to EmbarkX and our new website is live below.
Enroll at: https://embarkx.com/
Welcome to my channel. In this video you will learn on how you can improve your coding speed and become more productive with Intellij.
Contents of this video
0:00 : Introduction
1:08 : Downloading required tools
8:05 : Installing and setting up IntelliJ Idea (Intellij installation Windows and Mac)
17:00 : Exploring IntelliJ Idea
23:12 : Installing and setting up presentation assistant, Keymaps
33:55 : How to change themes
38:32 : Altering appearance of windows
44:30 : Moving your code around
49:28 : Camel hump technique
51:33 : Changing signatures
1:00:21 : Navigating the project
#Intellij #IntellijIdea #IntellijCrashCourse #IntellijIdeaTutorial #IntellijIdeaJavaTutorial
Music: www.bensound.com
- published: 02 Jan 2022
- views: 72174