How do I stop IntelliJ Cursive from re-formating my Clojure code? - intellij-idea

How do I stop IntelliJ Cursive from re-formating my Clojure code? I'll be staring at a function, realize where I missed a parenthesis, put it in, and BAM! my code is now all re-indented!
I DON'T WHAT IT TO DO THAT!
I like my code the way I laid it out!
I don't want Cursive's formatting help unless I ask for it!

I found something.Settings --> Editor --> Code Style --> Clojure...This last option may only be present if you've installed the "Cursive" plug-in for Clojure code.There is a HUGE list of indents and tab/spaces settings. I set everything to zero (0). That seems to be holding, so far.

Related

IntelliJ - How to get code visible as it is without suggestions/additions from IntelliJ?

How to get rid of this highlighted part. It is not code but IntelliJ is trying to make this code more readable by suggesting this. It is super irritating
I expect code to be viewed in simple way
I disabled the inlay hints for everything from IntelliJ settings and Now issue is resolved

Intellij Plugin Completion exits on dot?

What I wanna achieve?
When the Completion list shows up, my code will map all the language files located in .neon files and show them as auto complete text.
What I have done?
I restricted the completion to only show up when your caret is in between double quotes or single quotes
Issue
When I start typing it works as expected
But as soon as I type the dot character it miss behaves
I need the completion list to look up my whole string I wrote, not only those after the dot character
As a really bad workaround is to don't write the dot character
Can it be done somehow?
Okay, i got it. This is a default behavior of intelliJ where i was testing it.
After opening and testing the plugin in a proper intelliJ Ultimate instance. It works by default. I don't know why the sandboxed version has porblems with it.

Automatically place braces like Visual Studio

When I use braces in Visual Studio, I press Enter and the brackets are automatically positioned like this:
When I use them in IntelliJ, I have to apply formatting (Ctrl+Alt+L) to make them move:
Is it possible to get this behaviour in IntelliJ? I don't want to have to spam autoformat to make my code the way I want.
It's worth noting that I've specified that my brackets go on the next line in settings:
Filled the bug request to IntelliJ IDEA bug tracker: https://youtrack.jetbrains.com/issue/IDEA-286306
Feel free to follow.
For the time being, you can toggle reformat manually.

How to stop IntelliJ from placing semicolons after an auto-completion?

so this is annoying me because I use tab to leave brackets etc and when I use auto-complete and a semicolon is being placed after the bracket this happens:
https://streamable.com/i9as2
as you can see in the first statement I'm having problems "jumping" over the semicolon while when I dont use the auto-completion in the second statement (and don't get the semicolon automatically) it's way easier to navigate through it with tab. I know that there is the shift-enter shortcut but I don't really want to develop a habbit of using it so often because I can imagine trying to do that when working with my other IDE's can become quite annoying. I searched through the options but did not find any option do disable that behavior. Does anyone know a way to get around this?
Second Tab press should jump after the semicolon, I've created a feature request for that.
It's already fixed and the fix will be available starting from 2019.2 IDE version.

IntelliJ IDEA - Help in preference

I am trying to convert myself to IJ IDEA for now a couple of days.
When I started to use it, I noticed something that bugs me incredibly:
being able to write where ever you click in the code area.
Is it possible to deactivate that??
Settings->Editor->Virtual Space: Allow placement of caret after end of line