更新时间:2021-08-05 17:00:41
封面
版权页
Credits
About the Author
About the Reviewers
www.PacktPub.com
Support files eBooks discount offers and more
Preface
What this books covers
What you need for this book
Who this book is for
Conventions
Reader feedback
Customer support
Chapter 1. Get to Know Your IDE Fast
Comparing the various editions
Installing IntelliJ IDEA
An overview of the workspace
Crafting your settings
Configuration tips and tricks
Summary
Chapter 2. Off We Go – To the Code
What is a project?
Creating a project
Chapter 3. The Editor
An overview of the editor and setup
Navigating in the editor
The editor basics
Using Live Templates
Comparing files and folders
Looking for help
Chapter 4. Make It Better – Refactoring
An overview of refactoring
Refactoring actions
Chapter 5. Make It Happen – Running Your Project
A temporary configuration
The permanent configuration
Configuration defaults
Sharing the configuration
Running
Chapter 6. Building Your Project
Editing Maven settings
The Maven tool window
Running Maven goals
Using Gradle
Executing Gradle tasks
Chapter 7. Red or Green? Test Your Code
Enabling the testing plugins
Creating the test
Creating a run/debug configuration for the test
Running or debugging the test
Keyboard shortcuts
Chapter 8. Squash'em – The Debugger
Debugger settings
Setting up the JavaScript debugger
Managing breakpoints
Starting the debugger
The Debug tool window
Inspecting variables and evaluating expressions
Debugger actions
Keyboard shortcuts summary
Chapter 9. Working with Your Team
Enabling version control
Checking out the project from the repository
Configuring version control
Working with version control
Quickly executing VCS actions
Chapter 10. Not Enough? Extend It
Setting up the environment and project
Developing the plugin functionality
Deploying and publishing
Index