qwazer

Results 29 comments of qwazer

duplicate of #914 and explained by author of the plugin in this comment: https://github.com/vsch/idea-multimarkdown/issues/918#issuecomment-903104995

try to download legacy version from plugin page and install from disk

HI. Try to use old version of Android Studio at most 2021.1 and legacy version from https://plugins.jetbrains.com/plugin/7896-markdown-navigator-enhanced/versions/legacy. Download and install manually from disk. https://github.com/vsch/idea-multimarkdown/issues/918

After some investigation I see that expression ``` ``` resolved to ''$'\n''. It caused wrong name of package. So I didn't find the way to generate new class with my...

DEBUG logs ``` 2023-02-03 23:00:13,258 [2810998] FINE - #me.lotabout.codegenerator.action.CodeGeneratorAction - +++ executePipeline - START +++ 2023-02-03 23:00:13,260 [2811000] FINE - #me.lotabout.codegenerator.action.CodeGeneratorAction - Current project leetcode 2023-02-03 23:00:13,268 [2811008] WARN -...

Looks like RCA is https://github.com/lotabout/CodeGenerator/pull/18/commits/e82d4f0a28ca82b9b2bc596ecf4e729f390952d5#diff-bbabbde4dbf64a0cac897295690b776062d991f172593f4094bde3be1eeca370 ``` var templateWithDefaultImports = defaultImportParseExpression + System.getProperty("line.separator") + template; ```

Not reproduced with 1.4.1. Will use it while waiting for an update. Thanks for the plugin!