Could you please verify, that ReSharper's QuickDoc command is bound to correct shortcut? Or does it work when invoked from menu ReSharper/Code/Quick Documentation?
No any other one is experiencing this pain? I'm using EAP version 2.5.376.1.
Same to me. When i press Ctrl+Q it throws R# exception(see below). But i found, when i'm in place: application id to format.
and have cursor in "applicationId" of tag, then it will show
quickdoc window. Interesting.
Using: R# 2.5.376.1
JetBrains.ReSharper.Util.InternalErrorException: Value cannot be null.
Parameter name: element
An exception has occurred during action 'QuickDoc' execution --->]]> System.ArgumentNullException: Value cannot be null. Parameter name: element at JetBrains.ReSharper.CodeInsight.QuickDoc.QuickDocView.Create(IDeclaredEl ement element, IPopupLayouter layouter, IPopupWindowContext popupwindowcontext) in c:\Agent\work\Server\ReSharper2.5\src\CodeInsight\src\QuickDoc\QuickDocV iew.cs:line 179 at JetBrains.ReSharper.CodeInsight.QuickDoc.ShowQuickDocAction.Execute(IDat aContext context, DelegateExecute nextExecute) in c:\Agent\work\Server\ReSharper2.5\src\CodeInsight\src\QuickDoc\ShowQuick DocAction.cs:line 92 at JetBrains.ReSharper.ActionManagement.ExecutableAction.Execute(IDataConte xt context) in c:\Agent\work\Server\ReSharper2.5\src\ActionManagement\src\Action\Execut ableAction.cs:line 29 --- End of inner exception stack trace ---
at JetBrains.ReSharper.Util.Logger.LogExceptionEx(Exception, String, Boolean) in c:\Agent\work\Server\ReSharper2.5\src\Util\src\Logger.cs:line 350 column 9 at JetBrains.ReSharper.Util.Logger.LogException(String, Exception) in c:\Agent\work\Server\ReSharper2.5\src\Util\src\Logger.cs:line 367 column 5 at JetBrains.ReSharper.ActionManagement.ExecutableAction.Execute(IDataConte xt) in c:\Agent\work\Server\ReSharper2.5\src\ActionManagement\src\Action\Execut ableAction.cs:line 34 column 11 at JetBrains.ReSharper.ActionManagement.ActionManagerBase.ExecuteAction(IEx ecutableAction, IDataContext) in c:\Agent\work\Server\ReSharper2.5\src\ActionManagement\src\ActionManager \ActionManagerBase.cs:line 548 column 11 at JetBrains.ReSharper.ActionManagement.ActionManagerBase.ExecuteAction(IEx ecutableAction) in c:\Agent\work\Server\ReSharper2.5\src\ActionManagement\src\ActionManager \ActionManagerBase.cs:line 528 column 5 at JetBrains.VSAddin.ActionManagement.VSActionManager.Exec(String, vsCommandExecOption, Object&, Object&, Boolean&) in c:\Agent\work\Server\ReSharper2.5\src\VSAddin\src\ActionManagement\VSAct ionManager.cs:line 499 column 11 at JetBrains.VSAddin.AbstractAddIn.Exec(String, vsCommandExecOption, Object&, Object&, Boolean&) in c:\Agent\work\Server\ReSharper2.5\src\VSAddin\src\Connect.cs:line 264 column 7
Same to me. When i press Ctrl+Q it throws R# exception(see below). But i found, when i'm in place: <param name="applicationId">application id to format.</param> and have cursor in "applicationId" of <param> tag, then it will show quickdoc window. Interesting. Using: R# 2.5.376.1
Same to me. When i press Ctrl+Q it throws R# exception(see below). But i found, when i'm in place: <param name="applicationId">application id to format.</param>
>and have cursor in "applicationId" of <param> tag, then it will show
It seems the "Watch" feature of the forum does not work for me either :(
The result was the same no matter the function was invoked by ctrl+q or menu item. But the exception is slightly different: JetBrains.ReSharper.Util.InternalErrorException: The parameter is incorrect An exception has occurred during action 'QuickDoc' execution ---> System.ComponentModel.Win32Exception: The parameter is incorrect at System.Windows.Forms.NativeWindow.WindowClass.RegisterClass() at System.Windows.Forms.NativeWindow.WindowClass.Create(String className, Int32 classStyle) at System.Windows.Forms.NativeWindow.CreateHandle(CreateParams cp) at System.Windows.Forms.Control.CreateHandle() at System.Windows.Forms.Form.CreateHandle() at JetBrains.ReSharper.CodeInsight.QuickDoc.QuickDocView.InitControls() in c:\Agent\work\Server\ReSharper2.5\src\CodeInsight\src\QuickDoc\QuickDocView.cs:line 169 at JetBrains.ReSharper.CodeInsight.QuickDoc.QuickDocView..ctor() in c:\Agent\work\Server\ReSharper2.5\src\CodeInsight\src\QuickDoc\QuickDocView.cs:line 125 at JetBrains.ReSharper.CodeInsight.QuickDoc.QuickDocView.Create_CreateInstance(IPopupLayouter layouter, IPopupWindowContext popupwindowcontext) in c:\Agent\work\Server\ReSharper2.5\src\CodeInsight\src\QuickDoc\QuickDocView.cs:line 497 at JetBrains.ReSharper.CodeInsight.QuickDoc.QuickDocView.Create(IDataContext context, IPopupLayouter layouter, IPopupWindowContext popupwindowcontext) in c:\Agent\work\Server\ReSharper2.5\src\CodeInsight\src\QuickDoc\QuickDocView.cs:line 209 at JetBrains.ReSharper.CodeInsight.QuickDoc.ShowQuickDocAction.Execute(IDataContext context, DelegateExecute nextExecute) in c:\Agent\work\Server\ReSharper2.5\src\CodeInsight\src\QuickDoc\ShowQuickDocAction.cs:line 94 at JetBrains.ReSharper.ActionManagement.ExecutableAction.Execute(IDataContext context) in c:\Agent\work\Server\ReSharper2.5\src\ActionManagement\src\Action\ExecutableAction.cs:line 29 --- End of inner exception stack trace ---
at JetBrains.ReSharper.Util.Logger.LogExceptionEx(Exception, String, Boolean) in c:\Agent\work\Server\ReSharper2.5\src\Util\src\Logger.cs:line 350 column 9 at JetBrains.ReSharper.Util.Logger.LogException(String, Exception) in c:\Agent\work\Server\ReSharper2.5\src\Util\src\Logger.cs:line 367 column 5 at JetBrains.ReSharper.ActionManagement.ExecutableAction.Execute(IDataContext) in c:\Agent\work\Server\ReSharper2.5\src\ActionManagement\src\Action\ExecutableAction.cs:line 34 column 11 at JetBrains.ReSharper.ActionManagement.ActionManagerBase.ExecuteAction(IExecutableAction, IDataContext) in c:\Agent\work\Server\ReSharper2.5\src\ActionManagement\src\ActionManager\ActionManagerBase.cs:line 548 column 11 at JetBrains.ReSharper.ActionManagement.ActionManagerBase.ExecuteAction(IExecutableAction) in c:\Agent\work\Server\ReSharper2.5\src\ActionManagement\src\ActionManager\ActionManagerBase.cs:line 528 column 5 at JetBrains.VSAddin.ActionManagement.VSActionManager.Exec(String, vsCommandExecOption, Object&, Object&, Boolean&) in c:\Agent\work\Server\ReSharper2.5\src\VSAddin\src\ActionManagement\VSActionManager.cs:line 499 column 11 at JetBrains.VSAddin.AbstractAddIn.Exec(String, vsCommandExecOption, Object&, Object&, Boolean&) in c:\Agent\work\Server\ReSharper2.5\src\VSAddin\src\Connect.cs:line 264 column 7
Hello tc,
Could you please verify, that ReSharper's QuickDoc command is bound to correct
shortcut? Or does it work when invoked from menu ReSharper/Code/Quick Documentation?
Sincerely,
Ilya Ryzhenkov
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
tm> No any other one is experiencing this pain? I'm using EAP version
tm> 2.5.376.1.
tm>
tc master wrote:
Same to me. When i press Ctrl+Q it throws R# exception(see below).
But i found, when i'm in place:
application id to format. and have cursor in "applicationId" of tag, then it will show quickdoc window. Interesting. Using: R# 2.5.376.1 JetBrains.ReSharper.Util.InternalErrorException: Value cannot be null. Parameter name: element An exception has occurred during action 'QuickDoc' execution --->]]>
System.ArgumentNullException: Value cannot be null.
Parameter name: element
at
JetBrains.ReSharper.CodeInsight.QuickDoc.QuickDocView.Create(IDeclaredEl
ement element, IPopupLayouter layouter, IPopupWindowContext
popupwindowcontext) in
c:\Agent\work\Server\ReSharper2.5\src\CodeInsight\src\QuickDoc\QuickDocV
iew.cs:line 179
at
JetBrains.ReSharper.CodeInsight.QuickDoc.ShowQuickDocAction.Execute(IDat
aContext context, DelegateExecute nextExecute) in
c:\Agent\work\Server\ReSharper2.5\src\CodeInsight\src\QuickDoc\ShowQuick
DocAction.cs:line 92
at
JetBrains.ReSharper.ActionManagement.ExecutableAction.Execute(IDataConte
xt context) in
c:\Agent\work\Server\ReSharper2.5\src\ActionManagement\src\Action\Execut
ableAction.cs:line 29
--- End of inner exception stack trace ---
at JetBrains.ReSharper.Util.Logger.LogExceptionEx(Exception, String,
Boolean) in
c:\Agent\work\Server\ReSharper2.5\src\Util\src\Logger.cs:line 350
column 9
at JetBrains.ReSharper.Util.Logger.LogException(String, Exception) in
c:\Agent\work\Server\ReSharper2.5\src\Util\src\Logger.cs:line 367
column 5
at
JetBrains.ReSharper.ActionManagement.ExecutableAction.Execute(IDataConte
xt) in
c:\Agent\work\Server\ReSharper2.5\src\ActionManagement\src\Action\Execut
ableAction.cs:line 34 column 11
at
JetBrains.ReSharper.ActionManagement.ActionManagerBase.ExecuteAction(IEx
ecutableAction, IDataContext) in
c:\Agent\work\Server\ReSharper2.5\src\ActionManagement\src\ActionManager
\ActionManagerBase.cs:line 548 column 11
at
JetBrains.ReSharper.ActionManagement.ActionManagerBase.ExecuteAction(IEx
ecutableAction) in
c:\Agent\work\Server\ReSharper2.5\src\ActionManagement\src\ActionManager
\ActionManagerBase.cs:line 528 column 5
at JetBrains.VSAddin.ActionManagement.VSActionManager.Exec(String,
vsCommandExecOption, Object&, Object&, Boolean&) in
c:\Agent\work\Server\ReSharper2.5\src\VSAddin\src\ActionManagement\VSAct
ionManager.cs:line 499 column 11
at JetBrains.VSAddin.AbstractAddIn.Exec(String, vsCommandExecOption,
Object&, Object&, Boolean&) in
c:\Agent\work\Server\ReSharper2.5\src\VSAddin\src\Connect.cs:line 264
column 7
--
Peter Sulek
terrorix@centrum.sk
XanaNews ver. 1.18.1.6
Hello,
This has been fixed in the 3.0 version.
—
Serge Baltic
Omea & R# Developer
JetBrains, Inc — http://www.jetbrains.com
“Develop with pleasure!”
Serge Baltic wrote:
Fine, and what 2.5.x ? This feature "quickdoc" is used too much in
2.5.x R#
--
Peter Sulek
terrorix@centrum.sk
XanaNews ver. 1.18.1.6
It seems the "Watch" feature of the forum does not work for me either :(
The result was the same no matter the function was invoked by ctrl+q or menu item. But the exception is slightly different:
JetBrains.ReSharper.Util.InternalErrorException: The parameter is incorrect
An exception has occurred during action 'QuickDoc' execution ---> System.ComponentModel.Win32Exception: The parameter is incorrect
at System.Windows.Forms.NativeWindow.WindowClass.RegisterClass()
at System.Windows.Forms.NativeWindow.WindowClass.Create(String className, Int32 classStyle)
at System.Windows.Forms.NativeWindow.CreateHandle(CreateParams cp)
at System.Windows.Forms.Control.CreateHandle()
at System.Windows.Forms.Form.CreateHandle()
at JetBrains.ReSharper.CodeInsight.QuickDoc.QuickDocView.InitControls() in c:\Agent\work\Server\ReSharper2.5\src\CodeInsight\src\QuickDoc\QuickDocView.cs:line 169
at JetBrains.ReSharper.CodeInsight.QuickDoc.QuickDocView..ctor() in c:\Agent\work\Server\ReSharper2.5\src\CodeInsight\src\QuickDoc\QuickDocView.cs:line 125
at JetBrains.ReSharper.CodeInsight.QuickDoc.QuickDocView.Create_CreateInstance(IPopupLayouter layouter, IPopupWindowContext popupwindowcontext) in c:\Agent\work\Server\ReSharper2.5\src\CodeInsight\src\QuickDoc\QuickDocView.cs:line 497
at JetBrains.ReSharper.CodeInsight.QuickDoc.QuickDocView.Create(IDataContext context, IPopupLayouter layouter, IPopupWindowContext popupwindowcontext) in c:\Agent\work\Server\ReSharper2.5\src\CodeInsight\src\QuickDoc\QuickDocView.cs:line 209
at JetBrains.ReSharper.CodeInsight.QuickDoc.ShowQuickDocAction.Execute(IDataContext context, DelegateExecute nextExecute) in c:\Agent\work\Server\ReSharper2.5\src\CodeInsight\src\QuickDoc\ShowQuickDocAction.cs:line 94
at JetBrains.ReSharper.ActionManagement.ExecutableAction.Execute(IDataContext context) in c:\Agent\work\Server\ReSharper2.5\src\ActionManagement\src\Action\ExecutableAction.cs:line 29
--- End of inner exception stack trace ---
at JetBrains.ReSharper.Util.Logger.LogExceptionEx(Exception, String, Boolean) in c:\Agent\work\Server\ReSharper2.5\src\Util\src\Logger.cs:line 350 column 9
at JetBrains.ReSharper.Util.Logger.LogException(String, Exception) in c:\Agent\work\Server\ReSharper2.5\src\Util\src\Logger.cs:line 367 column 5
at JetBrains.ReSharper.ActionManagement.ExecutableAction.Execute(IDataContext) in c:\Agent\work\Server\ReSharper2.5\src\ActionManagement\src\Action\ExecutableAction.cs:line 34 column 11
at JetBrains.ReSharper.ActionManagement.ActionManagerBase.ExecuteAction(IExecutableAction, IDataContext) in c:\Agent\work\Server\ReSharper2.5\src\ActionManagement\src\ActionManager\ActionManagerBase.cs:line 548 column 11
at JetBrains.ReSharper.ActionManagement.ActionManagerBase.ExecuteAction(IExecutableAction) in c:\Agent\work\Server\ReSharper2.5\src\ActionManagement\src\ActionManager\ActionManagerBase.cs:line 528 column 5
at JetBrains.VSAddin.ActionManagement.VSActionManager.Exec(String, vsCommandExecOption, Object&, Object&, Boolean&) in c:\Agent\work\Server\ReSharper2.5\src\VSAddin\src\ActionManagement\VSActionManager.cs:line 499 column 11
at JetBrains.VSAddin.AbstractAddIn.Exec(String, vsCommandExecOption, Object&, Object&, Boolean&) in c:\Agent\work\Server\ReSharper2.5\src\VSAddin\src\Connect.cs:line 264 column 7