Skip to content

Commit a1d6ceb

Browse files
committed
Add README.md
1 parent d3c0fde commit a1d6ceb

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

README.md

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
## Jump to Line IntelliJ Plugin
2+
3+
### Description
4+
The Jump to Line plugin allows you to get to any line of code while debugging. Drag and drop a yellow arrow to the desired place in the gutter, and it will put an execution point there. In contrast to stepping, the plugin enables you to start running your program from that point without executing the preceding code.
5+
Jumping to lines is possible both forward and backward within a function. Jump to line highlights the lines suitable for jumps in green. Making changes to some lines may break the workflow. That’s why the IDE will highlight any risky lines in yellow. You can still move to them, but you should first consider the possible inconsistencies that may result.
6+
Blogpost about this plugin with additional info and examples can be found [here](https://blog.jetbrains.com/idea/2020/08/jump-to-any-line-while-debugging/).
7+
8+
### Supported platforms
9+
IntelliJ IDEA 2020+ with Java and Kotlin JVM
10+
11+
### Installation
12+
Download plugin at JetBrains Marketplace
13+
> [link to download](https://plugins.jetbrains.com/plugin/14877-jump-to-line)
14+
15+
or Install it directly from IntelliJ IDEA with marketplace:
16+
> Preferences -> Plugins -> Marketplace -> Jump to Line
17+
18+
### License
19+
Apache License Version 2.0

0 commit comments

Comments
 (0)