R# 8 EAP Plugins
So i installed latest version of R# 8 EAP ( http://download.jetbrains.com/resharper/ReSharperSetup.8.0.5.3435.msi ) and afkors installed few plugins
So my question is are plugins installed? :D
Installed 4 plugins : https://skydrive.live.com/?cid=B856D22EB45B674C#cid=B856D22EB45B674C&id=B856D22EB45B674C!501
But only 2 plugins are loaded? https://skydrive.live.com/?cid=B856D22EB45B674C#cid=B856D22EB45B674C&id=B856D22EB45B674C!500
Untitled = ReSpeller Free https://skydrive.live.com/?cid=B856D22EB45B674C#cid=B856D22EB45B674C&id=B856D22EB45B674C!502
Please sign in to leave a comment.
Hi Frane,
Obviously, there are some API changes between 7.1.3 and 8. We hope that plugin developers will be using our new R# Extension Manager to distribute their plugins.
It is available via "ReSharper | Extension Manager" main menu entry.
Thanks.
i am sorry i see now that you made page for R# 8 Eap bugs to report
http://www.jetbrains.com/resharper/misbehaves/?build=5&edition=Full
I hided all my toolbars so i didn't see the R# button :)
Anyway i had installed nuget and respller and everything works fine, but after installing those 2 new plugins - Simple SSR Patterns and Mnemonic Live Templates - after loded solution, i start typing, intellisense doesn't even shot up
and VS freezes and i have to kill it in task manager.
Anyway i LOVE the new Resharpers Extension Manager and keep up with good work :)
Jetbrainz RULE :)
ReSharper 8's "extensions" offer a couple of different ways of extending ReSharper - plugins is the obvious one, and any extensions that are also plugins are shown in the Plugins page in the Options dialog. Extensions can also contain Live Templates or Structural Search and Replace patterns. These aren't plugins, and don't show up in the plugins options page. Instead, they're settings files, and can be seen in the Manage Options dialog from the ReSharper menu. Similarly, extensions can also contain external annotations files, which don't show up in the UI at all.
There is a performance issue introduced by the number of live templates the mnemonics extension adds. It can cause Visual Studio/ReSharper to freeze or hang for a couple of seconds when typing for the first time after starting VS. Subsequent typing shouldn't be affected, and code completion/intellisense should continue to work fine. Here's the issue if you wish to track it: http://youtrack.jetbrains.com/issue/RSRP-367863
Matt
Thx Matt
:)