Where are ReSharper 3.0 plugin document and samples
It's disappointing to see that ReSharper 3.0 as a commercial product has no document or sample for creating plugins. C'mon guys, this is not an open source product where you leave the documents for plugins like this:
http://www.jetbrains.net/confluence/display/ReSharper/Creatingcontextactions
And even the current unfinished document is for v 2.5.
Even PowerToys source code http://www.jetbrains.net/confluence/display/ReSharper/PowerToys+Sources which was my last hope is an MSI file and doesn't install because it doesn't find ReSharper 2.5 installed. Where on the earth a company publish sample code as installation files? (except Microsoft of course!).
Sorry, I'm a bit upset at the moment. Can someone please shed some light on this issue?
--
Ali Bolourian
Please sign in to leave a comment.
Hello Ali,
We update Power Toys after 3.0 is released to ensure "upgrade path" document
for existing plugins is up to date. In other words, we get 2.5 plugins, update
them for 3.0 (for 3.0.1 actually) and record changes we have to make. This
way existing plugin developers can have a guide to upgrade their plugins
for the new version. We already have some fixes in 3.0.1 (critical update)
which will affect plugin developers. I think updated docs will be available
sometime very soon after 3.0.1 is released.
In the future, we are going to improve quality of plugin docs and already
allocated resources for this activity. We are also going to create full-featured
community site, but currently I can't say when it will be available.
Sincerely,
Ilya Ryzhenkov
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
AB> It's disappointing to see that ReSharper 3.0 as a commercial product
AB> has no document or sample for creating plugins. C'mon guys, this is
AB> not an open source product where you leave the documents for plugins
AB> like this:
AB>
AB> http://www.jetbrains.net/confluence/display/ReSharper/Creating+conte
AB> xt+actions
AB>
AB> And even the current unfinished document is for v 2.5.
AB>
AB> Even PowerToys source code
AB> http://www.jetbrains.net/confluence/display/ReSharper/PowerToys+Sour
AB> ces which was my last hope is an MSI file and doesn't install
AB> because it doesn't find ReSharper 2.5 installed. Where on the earth
AB> a company publish sample code as installation files? (except
AB> Microsoft of course!).
AB>
AB> Sorry, I'm a bit upset at the moment. Can someone please shed some
AB> light on this issue?
AB>
Thanks for the answer Ilya. So when can I expect to see the updates you mentioned? When are we supposed to see 3.0.1 released?
It's nice to have a link in ReSharper documentation page where users can find important documents. There's no link to Plugin document page. I can say ReSharper has a long way to go in this regard compared to IDEA.
Hello Ali,
Critical bugfix update 3.0.1 is waiting for one fix, then tested in labs,
then go live. No fixted date, but I hope it will be out this week, or begining
of next week.
As for docs update, we are working on making this bare pages a bit better,
but this will take some time.
Sincerely,
Ilya Ryzhenkov
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
AB> Thanks for the answer Ilya. So when can I expect to see the updates
AB> you mentioned? When are we supposed to see 3.0.1 released?
AB>
AB> It's nice to have a link in ReSharper documentation page where users
AB> can find important documents. There's no link to Plugin document
AB> page. I can say ReSharper has a long way to go in this regard
AB> compared to IDEA.
AB>
Hello all,
Just for your information:
Upgrading existing plugins from 2.5 to 3.0 is not very hard.
I managed to upgrade my 6 plugins in a couple of hours total. The basic API
hasn't changed that much.
Best regards
--Jakob
AB>> Thanks for the answer Ilya. So when can I expect to see the updates
AB>> you mentioned? When are we supposed to see 3.0.1 released?
AB>>
AB>> It's nice to have a link in ReSharper documentation page where
AB>> users can find important documents. There's no link to Plugin
AB>> document page. I can say ReSharper has a long way to go in this
AB>> regard compared to IDEA.
AB>>
What are your 6 plugins? Do you think they would be useful to the wider Resharper community?
Hello James,
They were released for 2.5 earlier on this forum.
I don't know if they are particular useful to others, but some might be inspired
by looking at the code.
Right now I just want to use the v3.0 versions a couple of days/weeks before
releasing.
--Jakob
Please and thank you! I would love to start developing against the Resharper API but as it stands right now my time is simply too limited when compared to the amount of exploration that would be required given the current level of documentation and samples.