Relative Content

Tag Archive for intellij-idea

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.

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.