Autoscroll in IntelliJ IDEA - intellij-idea

I'm using version 12 community edition. Is there a way to enable "autoscroll" feature in settings or add it through some plugin?
Picture of "autosroll" (not really sure if I'm calling it right) addon from VS:

There is no such feature in IntelliJ IDEA, and I'm not aware of any plugin that does that.

Related

Problem in running a project with aspectJ in IntelliJ IDEA 2022.2.3 (Community Edition)

I am trying to run a project with aspectJ, rather than Java, in IntelliJ IDEA. I had done it before by simply putting "aspectj-1.9.6" in a "Lib" folder and setting the folder "as Library". But I tried it again today and it is not working. I think it might be because I have updated my IntelliJ to version "2022.2.3". I saw in this link that for intelliJ version "2021.1", one should select "ajc" as the project compiler in IntellJ. But it seems that there is no such compiler option in IntelliJ version "2022.2" (as I looked at this link and also searched in this link).
I also tried to install and enable "AspectJ weaver" plugin, but I encounter the following error: "Plugin 'AspectJ weaver' failed to initialize and will be disabled. Please restart IntelliJ IDEA.". Someone has had the same problem in this post, but the answer doesn't work for me, as it refers to this link, which is not compatible with IntelliJ version 2022.2.3:
So, I wonder whether aspectJ is not supported any more in IntelliJ?
Does any one has any suggestion that I could use it with this version of IntelliJ? I do really appreciate any help.
Thanks in advance
IntelliJ IDEA is compatible with AspectJ. I am running the plugin on 2022.2.3 without any problems. But I use IDEA Ultimate, you use Community. Did you notice this in your screenshot?
Compatible with IntelliJ IDEA Ultimate

Is there a way to change all the shortcuts in IntelliJ Idea (Mac) to be the same as under Linux?

I have recently been handed a company laptop that runs on MacOS. I've been using Linux for 20 years now. The MacOS shortcuts are literally driving me insane and I am looking for a way to have the same ones as under Linux. Is there a way to so this? Perhaps by replacing the shortcuts mapping file, or something?
Please, advise.
You can download keymaps as a plugin from the plugin repository. Go to Preferences | Plugins and search for "keymap" in the Marketplace. This will show you a list of all the keymap plugins that are available. You probably need either "GNOME Keymap" or "KDE Keymap".

How to add a break point in Intelij IDEA to debug Rust code

I have installed Intellij IDEA on ubuntu with Rust plugin.
How to add a break point in Intellij IDEA to debut RUST code.
Do I need any additional plugin?
Debugging Rust code is available in CLion, IntelliJ IDEA Ultimate, PyCharm Professional, and GoLand. For IntelliJ IDEA Ultimate, PyCharm Pro, GoLand it is required to install the Native Debugging Support
plugin.
See plugin's documentation for more information: Debugging.
no need for extra plugins just add them like you would do in java (left click right of the number). but in order to debug (apply them) you'll need Native Debugging Support (i believe the ide autosuggests this plugin on the first debug run)

Best practices in working with Intellij IDEA

I would like to ask your advise on how to do auto build gradle project with IDEA? On eclipse I could not worry, when I add some dependency, because eclipse did everything for me, but on IDEA I need to push synchronize button.
I found this article on IDEA official site, https://www.jetbrains.com/idea/help/synchronizing-changes-in-gradle-project-and-intellij-idea-project.html
What I'm asking is how to do auto build?
One way to do is if you are using Intellij Idea 14 or later then while importing Gradle project enable auto import by enabling 'use auto-import' check box.
Try this plugin
https://plugins.jetbrains.com/plugin/?id=3822
It enables auto-make project on every save.

Is there a third-party tools to convert Eclipse settings to Netbeans?

I usually use Eclipse but I'll need to work with Netbeans for a while since I'm starting a JavaFX project.
I can't fathom having to re-map every single shortcut and setting. Is there a tool somewhere that can import Eclipse settings for me?
This might help:
http://wiki.netbeans.org/EclipseToNetBeans