Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

IntelliJ IDEA 15 Ultimate, Other Settings missing from Settings window

I recently upgraded from IntelliJ 14 to 15 ultimate and I realized I can no longer configure checkstyles as Other Settings in setting window is completely missing.

I cannot understand what I did wrong, and I am not sure if it's some configuration missing to get this Other Settings back.

Exact version : IntelliJ Ultimate 15.0.1

Here is how it looks: enter image description here enter image description here

What I tried: Well I tried searching if there is a way to bring it back, but no luck yet. my colleague is using same version and he can see it. So may be during importing some settings or default configuration from IntelliJ 14, something went wrong.

like image 340
Shrikant Havale Avatar asked Oct 20 '25 10:10

Shrikant Havale


1 Answers

This happened on an EAP build of Intellij 15:

Solution 1

enter image description here

I had the same issue after upgrade. For me the fix was simply to uninstall Checkstyle-IDEA, restart Intellij and then install it again after which I was able to see: Refer here for doing the same : IntelliJ Installing Plugins

enter image description here

Solution 2

If a restart does not fix your problem, I would recommend a manual cleanup. Steps to do so:

  1. Uninstall Checkstyle-IDEA plugin from within Intellij
  2. Close Intellij and remove the Checkstyle-IDEA directory from the plugins folder. The location of the plugins folder depends on the OS and is documented here : https://devnet.jetbrains.com/docs/DOC-181

    For example:
    Windows: <SYSTEM DRIVE>\Users\<USER ACCOUNT NAME>\config\plugins
    OSX: ~/Library/Application Support/IntelliJIdeaXX
  3. Re-install the plugin and (after a restart) check if you can see the 'Other Settings' -> 'Checkstyle' section again.

Suggestion

Also, I am tempted to suggest that it might be worth seeing if the 'Other Settings' section appears when you install a plugin like 'Grep Console' which puts it's settings there:

enter image description here

like image 59
Ashutosh Jindal Avatar answered Oct 22 '25 01:10

Ashutosh Jindal



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!