개발/개발 기타
[Tip of the Day] IntelliJ : Copy a path or a reference
똘똘이박사
2024. 1. 5. 08:07
Copy a path or a reference
Use the Edit | Copy Path/Reference action to insert a reference to a field/method/class/file into the current position in the editor.
Position the caret within the myMethod method name and press Ctrl Alt Shift C .
To paste the reference, press Ctrl V .
You can also copy references in the Go to Class/Go to Symbol/Go to File dialogs. Press Ctrl C on any element in the lookup list.
반응형