-
Notifications
You must be signed in to change notification settings - Fork 364
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CodeMaid Spade: Visual Basic comments are not displayed #326
Comments
Thanks for reporting the issue, I have reproduced it. I found a minor discrepancy in how VB and C# report the XML hierarchy that was causing us not to present the comment in the case of VB. There was a very simple fix for it, which I've committed and will be available in our CI channel in a few moments (10.1.100 or higher) if you would like to test it out. This will be a part of the next minor release as well. Thanks again! |
Woot, thanks for confirming. :) |
Let's leave this open until it's out in an official release, that makes it a little easier for other users to discover. |
Oh, oke! Sorry, my bad! |
All good :)
|
codecadwallader#326: Fix for how VB DocComment's are parsed vs. C# DocComment's.
It looks like you have some unsaved changes. The code model is built on load (or refresh or save) but will not live update so that may be the cause? A live updating model is something we'd love to have in the future, but will require a large rewrite to Roslyn APIs. |
Nope, I'm testing it againt but everything is saved correctly, it's really weird. I've closed the project and I've reopened it but the problem persists. |
Note: I've noticed that in the same class, in some methods the description is displayed but in the other methods the comments are not displayed. I'm not sure of what is failing. |
That is strange. Can you provide the file? Perhaps there is something different in the formatting that is causing it not to get recognized. |
Yeah! And sorry for the late answer. |
I'm debugging it and it seems that it is crashing when there are multiple documentation tags. For example:
This not:
I'm trying to resolve it. EDIT: EDIT2:
|
I wonder if it's because they're not well-formatted XML (i.e. there is no Perhaps another fix would be to insert and append XML to the front and end On Sat, Sep 17, 2016 at 3:06 PM Abdelilah El Aissaoui <
|
Ha! Just saw your edits and that's exactly what I was thinking too. :) Do you mind making that into a pull request? |
Yeah, sure! |
Environment
Description
Documentation comments are not displayed in CodeMaid Spade using VB .NET but they work using C#. Is this an issue?
Steps to recreate
Current behavior
Comments are not displayed.
Expected behavior
Comments should be displayed.
The text was updated successfully, but these errors were encountered: