Recompiled with R# SDK 2021.3.0-eap03 and removed explicit DTE dependencies#83
Recompiled with R# SDK 2021.3.0-eap03 and removed explicit DTE dependencies#83testcop merged 7 commits intotestcop:masterfrom
Conversation
|
I think we need to switch to IEnvDteWrapper like @matkoch is already doing in the resharper-presentation-assistant but i have to do some research, because i can't find any alternative for |
|
there might be what we need hanging off IEnvDteWrapper and a dot peek inside of IEnvDteWrapper::IEnvDteCommands might tell us how to add/change a command |
This comment has been minimized.
This comment has been minimized.
|
https://youtrack.jetbrains.com/issue/RSRP-486460 seems to be fixed in some branch that will hopefully be released in one of the next versions. :) |
|
Update: Issue status changed to "Fixed" and availability to "Next EAP 2021.3" |
|
Sadly there are still some issues... I'm working on it: Created another issue over here https://youtrack.jetbrains.com/issue/RSRP-486639 |
|
And another one over here https://youtrack.jetbrains.com/issue/RSRP-486663 :D |
|
Hi @rayphi , what is the latest on this? Are we waiting on Jetbrains before we can support multiple versions of Visual Studio? |
|
Today the version with the bugfixes came out (EAP7) I'll try tomorrow to see if this solves all our problems. |
|
does your last commit mean that if I pull your branch and build it, I get a local plugin that works under VS2020 with R# EAP7, @rayphi ? |
|
@ModernRonin yes there are some bugs on the options page but generally it works fine 😉 |
|
you are my hero! |
|
@testcop there it is ready to publish 🎉 |
Done Done ? VS2017 onwards? Awesome... |
|
I've tested only VS2019 and VS2022 but yeah I hope Jetbrains wrappers works also for VS2017 |
|
@testcop when do you plan to release this version? |
|
released today |
Closes #72
Contains:
to potentially provide backwards compatibilityMicrosoft.VisualStudio.Interoppackage which could restore backwards compatibility but this is needed to provide the auto shortcut assignments.