mirror of
https://github.com/chylex/IntelliJ-AceJump.git
synced 2025-05-08 02:34:03 +02:00
add note about settings deserialization
This commit is contained in:
parent
209b6c97b7
commit
a746b0a516
@ -8,6 +8,13 @@
|
||||
<a href="https://twitter.com/search?q=AceJump&f=live" title="Twitter"><img src="https://img.shields.io/twitter/url/http/shields.io.svg?style=social"></a>
|
||||
</p>
|
||||
|
||||
> **Note**: There is currently an outstanding issue with [settings deserialization](https://github.com/acejump/AceJump/issues/445). If the AceJump settings were changed in the past, they can become corrupted and may need to be manually deleted. The location varies depending on the operating system and platform version used. For IntelliJ IDEA, the plugin settings file is located in:
|
||||
> * Mac: `~/Library/Application Support/JetBrains/IntelliJIdea<VERSION>/plugins/AceJump.xml`
|
||||
> * Windows: `%APPDATA%\JetBrains\IntelliJIdea<VERSION>\plugins/AceJump.xml`
|
||||
> * Linux: `~/.local/share/JetBrains/IntelliJIdea<VERSION>/AceJump.xml`
|
||||
>
|
||||
> We apologize for any inconvenience this may have caused.
|
||||
|
||||
[AceJump](https://plugins.jetbrains.com/plugin/7086) is a plugin for the [IntelliJ Platform](https://github.com/JetBrains/intellij-community/) that lets you jump to any symbol in the editor with just a few keystrokes. Press the keyboard shortcut for `AceAction` (<kbd>Ctrl</kbd>+<kbd>;</kbd> by default) to activate AceJump. Type any string in the editor, followed by one of the illustrated tags, to jump its position:
|
||||
|
||||

|
||||
|
Loading…
Reference in New Issue
Block a user