vsch / idea-multimarkdown

Markdown language support for IntelliJ IDEA.
https://plugins.jetbrains.com/plugin/7896-markdown-navigator
Apache License 2.0
812 stars 129 forks source link

With this repo my Webstorm freezes #860

Open gabrielizalo opened 4 years ago

gabrielizalo commented 4 years ago

Hello,

Using Markdown Navigator Enhanced with my repo Awesome-CSS-Frameworks my Webstorm freezes.

To update this repo I had to disable the plugin 😢

vsch commented 4 years ago

@gabrielizalo, thank you for the heads up. I will try it.

What plugin version and IDE version are you using?

vsch commented 4 years ago

@gabrielizalo, do you have any of the remote link URL validations/completions enabled?

image

It could be related to a bug in the way multiple requests were handled which could cause number of requests to be unlimited, running out of available thread pool.

You can either use the workaround of disabling these options (they are IDE application settings, so changing them in any project will affect all projects).

If this fixes the issue, then you can try the latest EAP plugin release which has this issue fixed. I tried the latest on your repo with no issues.

BTW: you have a link to https://react.foundation in SpecializedReact/README.md which does not resolve but takes a while to fail during remote link test. It does not however, result in hanging the IDE.

gabrielizalo commented 4 years ago

@vsch :

  1. Markdown Navigator Enhanced 3.0.197.72 (The latest one)
  2. About the settings all about Remote Links are Disabled and never touch any of Mardown Config. So the problem continues. I will wait to next version with plugin disable: Markdown Thanksss
vsch commented 4 years ago

@gabrielizalo, are you running on Linux? (the UI does not look like OS X nor Windows)

Also, which version of the IDE are you using? At release time 3.0.197.72 was working for 2019.3+, but after release 2020.1 became incompatible with the plugin.

gabrielizalo commented 4 years ago

Nope.. I have Windows 10 and WebStorm 2020.1.2. I used Material Theme UI to get that colors 👍