lj-replicate
lj-replicate
Reported from https://youtrack.jetbrains.com/issue/IJPL-148600 Wrong symbols in Unicode:So layer ***What steps will reproduce the issue?*** 1. Use Jetbrains Mono 2. Type `⊞` or `⊠` (Unicode code points \\u229E for plus box...
**Describe the bug** We have seen some users reported that their IDEs stuck on infinite restart loop. See full list here: https://youtrack.jetbrains.com/issues?q=%22software.aws.toolkits.jetbrains.PluginVersionChecker.execute%22 **To reproduce** 1. Have AWS Toolkit and AWS...
**Describe the bug** This issue was reported here before https://youtrack.jetbrains.com/issue/VIM-3590/Easy-motion-cant-jump-to-some-position and we identity this is a bug in AceJump plugin. Sometimes, when using AceJump, the actual label is two-letter labels....
Reported from https://youtrack.jetbrains.com/issue/IJPL-160449 Triple curly braces look weird when ligatures are enabled. **Enabled in Intellij**  **Disabled**  The ligature for double curly braces should be disabled when there's more...
This issue was originally reported from [IJPL-200514](https://youtrack.jetbrains.com/issue/IJPL-200514). There was a exception caused by HoconCodeStyleSettingsProvider. It seems `HoconCodeStyleSettingsProvider` should override getConfigurableId or getLanguage to fix it. ``` com.intellij.diagnostic.PluginException: Legacy configurable id...
Reported from https://youtrack.jetbrains.com/issue/IJPL-218171. After loading a huge project, I'm always facing the same problem: an endless loop: "Scanning for files to index". From the log, a exception throws from `mobi.hsz.idea.gitignore.indexing.IgnoreEntryOccurrence$Companion.serialize`....
Issue was reported here: https://youtrack.jetbrains.com/issue/IJPL-205157 ## **Steps to reproduce** Create `.env` or `.env.local` file and add the following content ``` # SOME_ENV_A=someValueA SOME_ENV_B=someValueB SOME_ENV_C=someValueC # ``` **Expected result** *(correct result)***:...