Skip to content

Tarik Billa

  • Web Development
    • html
    • vue.js
    • laravel
    • css
    • javascript
    • jquery
    • node.js
    • php
    • asp.net
  • Programming
    • python
    • java
    • c
    • c++
    • c#
  • git
  • android

intellij-idea

How to copy error out to clipboard from IntelliJ

December 26, 2023 by Tarik

The following approach works for me on Windows 8.1 and IDEA 14.1: Move the caret to the error location. The error message appears on the left side of the status bar below. Right-click the error message – a context menu containing a command “Copy” appears. Select the command “Copy”. Voila, the error message is in … Read more

Categories intellij-idea Tags intellij-idea Leave a comment

VScode equivalent of Jetbrains/IntelliJ/Rubymine scratches (throwaway notes)

December 26, 2023 by Tarik

During my research on the similar issue switching from PHPStorm to VSCode, I found your question and an answer to it here.

Categories intellij-idea Tags intellij-idea, visual-studio-code Leave a comment

IDEA IDE – disable inspection for one file

December 26, 2023 by Tarik

Use Hector the Inspector guy. You can access it by clicking on “guy in a hat” icon in Status Bar or via Code | Configure Current File Analysis… from the main menu. Once there you can move the “Highlighting Level” slider from “Inspections” to “Syntax” .. or even “None” in case of a large or … Read more

Categories intellij-idea Tags intellij-idea, phpstorm, webstorm Leave a comment

IntelliJ, Java formatting: force empty blocks to be on one line

December 25, 2023 by Tarik

There is no way to do it for reformatting code. This can only be done manually. Check your Code Style settings, under “Alignment and Braces” to preserve your formatting. You should find a “Simple methods in one line” option there. Check it and clear the “Line breaks” check box.

Categories intellij-idea Tags intellij-idea Leave a comment

Automatically add Copyright to new Java files in IntelliJ 12

December 22, 2023 by Tarik

You have to set the Default Project Copyright for your project. Go to File | Settings | Editor | Copyright, after you have made a new Copyright Profile, you must select it from the drop-down list as the Default project copyright. You have to set this for every project, but once it is set, it … Read more

Categories intellij-idea Tags intellij-idea Leave a comment

Intellij: What is the shortcut for going to the next/previous error in the current file?

December 21, 2023 by Tarik

F2 can be used to navigate through all errors/warnings in current file in circle. After compilation: Ctrl+Alt+Arrow Up/Down can be used to navigate through any results: search results/compilation results.

Categories intellij-idea Tags intellij-idea Leave a comment

Bring back closed Remote Host Window on PHPStorm

December 21, 2023 by Tarik

Ok I succesfully bring it back by browsing Tools | Deployment | Browse Remote Host 😀

Categories intellij-idea Tags intellij-idea, jetbrains-ide, phpstorm, remote-host, window Leave a comment

Jump to next error FILE in Intellij [duplicate]

December 16, 2023 by Tarik

With IntelliJ 2017.2.2, F2 is mapped to “Next Highlighted Error” per default. Make sure to focus the Project editor first. Similarly Shift + F2 is mapped to “Previous Highlighted Error”. The mappings mentioned in the other answers do not work.

Categories intellij-idea Tags intellij-idea, keyboard-shortcuts Leave a comment

IntelliJ error: cannot find symbol @javax.annotation.Generated [duplicate]

December 16, 2023 by Tarik

Simply add the javax annotation dependency into your build.gradle. dependencies { //… implementation ‘javax.annotation:javax.annotation-api:1.3.2’ //… } like so.

Categories intellij-idea Tags intellij-idea Leave a comment

IntelliJ IDEA: send EOF symbol to Java application

December 15, 2023 by Tarik

It’s been implemented, use Ctrl+D / ⌘+D on Mac. https://www.jetbrains.com/idea/help/debug-tool-window-console.html

Categories intellij-idea Tags eof, intellij-idea Leave a comment
Older posts
Newer posts
← Previous Page1 Page2 Page3 Page4 … Page44 Next →

Tarik Billa

Software Engineer
tarikbilla@gmail.com
+8801884414000
  • Reuse a hash in YAMLApril 17, 2024
  • Dockerfile: how to redirect the output of a RUN command to a variable?April 16, 2024
  • How to cd to a directory with spaces in the directory name?April 16, 2024
  • Maximum MIME type length when storing the type in a databaseApril 16, 2024
  • What is the difference between Unit, Integration, Regression and Acceptance Testing?April 16, 2024
© 2026 Tarik Billa