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.
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.
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.
upgrading to latest version of intellij has broken the ability to command click on angularjs functions
Just upgraded to the latest version of IntelliJ IDEA 2024.2.2
upgrading to latest version of intellij has broken the ability to command click on angularjs functions
Just upgraded to the latest version of IntelliJ IDEA 2024.2.2
IntelliJ – Color Schema partially ignored
I have an issue with IntelliJ IDEA 2024.1 (Ultimate Edition).
The color scheme that I composed is not completely applied.
It was working fine in 2023.2.5 (Ultimate Edition) and i use the same settings (exported from 2023 and imported into 2024).
how to reduce Intellij-IDEA memory footpring even for small projects
I have small project here of less than 100 kLOC of source code. Yet Intellij idea is lagging when I click on main menu or change file. When I raised the memory from 8 gigabytes to 12 gigabytes, the situation seems to be acceptable again. I still can give much more RAM to idea, sure, but I think I should not need that much.
Shortcut to go back to previous file in IntelliJ
I cannot find a shortcut which brings me to the previous file I was in. I know of this, however, this is too fine grained. It always jumps to the previous cursor location. If I have movied the cursor a lot in a file, this means I have to move through all these positions before it goes to the file where I came from. I want to be ablo to go directly to the file where I came from/was previously.
o.s.boot.SpringApplication : Application run failed Error 18237
Hello all I am having an issue with viewing my app on localhost: 8080 and I keep getting the above error, 1. I am wondering if this is why I cant view the app. 2. How do I fix it? below is my log
Upload files in In IntelliJ IDEA for specific modular Apps
Hello to every stackoverflow users , I working on some modular Apps that contain so many different module in Java , php and Producers in IntelliJ, they all in one project as module apps , backend wrote by java as service they have more than 8(now contain only 2) other apps module in maven , database wrote by oracle producers and UI(View) wrote with php for PWA , the problem is the service packaged as war file and upload to server via default run configuration(at this point I don’t have any issue), BUT the php module I need uploaded to another server via ftp/sftp or ssh by action on save into default server.