Shortcut to navigate to overlay feature?
There is a feature now that when you scroll down the class & function name that you are in are shown as an overlay (it might be called breadcrumbs).
intellij run http request from anywhere
With intellij when I’m debugging, in console or anywhere I’d like to throw again a http request I did run with one operation (or the few possible). The only ways I found are
New UI, but how do I revert back to my custom colours, fonts and other code preferences?
Moved to the UI, added the classic UI plugin.
Intellij disable intellisense for a block of code
I have Scala code that calls Java code, and intellij erroneously reports an error. (The code compiles and runs but Intellij highlights it in red).
Intellij disable intellisense for a block of code
I have Scala code that calls Java code, and intellij erroneously reports an error. (The code compiles and runs but Intellij highlights it in red).
java.lang.ClassNotFoundException: io.jsonwebtoken.security.Keys
I was trying to build a project using JWT. I have installed the io.jsonwebtoken package with version 0.11.5 in order to do that.
IntelliJ Idea 2024.2.1 missing the “New UI” option in Settings
Just updated IntelliJ and the UI reverted from classic to that clumsy New UI, without even asking me if I wanted it.
How can I move back to old IntelliJ IDEA UI?
I’ve got the new IntelliJ IDEA UI (I applied for testing), but I want to move back to the old one and can’t find a way to do that.
How can I disable the new UI?
What Intellij IDEA setting locks the current functions at the top of the page as you scroll?
I’ve seen this feature where Intellij IDEA locks the current function name as you scroll through the file. As you can see in this screen capture by the line numbers, the nested functions lock to the top while current code is down below.
How to make available the JSX context for Live Templates in IntelliJ IDEA family IDEs?
I have created the Live Template in IntelliJ IDEA for React, but because of incomplete context specification, it does not activate in React components.