-
Notifications
You must be signed in to change notification settings - Fork 10
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
Autocompletion issues with preprocessed templates #28
Comments
Thank you for reporting that! Is that specific to preprocessed templates, or do you expect to see those symbols in completion in executable templates, too? |
I'm not sure I understand your question, as preprocessed templates are executable templates in my understanding. I'm basically talking about the |
Yes, I totally agree that those symbols should be visible in preprocessed files, because that's what you'd get if you edited the C# file directly. By 'executable' I mean templates with |
I don't expect to see the template class generated by Actually, the way I see it is pretty simple: executing a Currently, there is definitely some special treatment attached to the output of a T4 template. This issue along with the fixed #20 and #15 demonstrate that. If the output file was handled like any other file, none of these three issues would have occurred. |
I agree. I'll fix that once I can; it shouldn't be difficult |
Done. The fix should be publicly available in 2020.2 EAP 1 |
Thanks! 👍 |
Hi again @kirillgla, I noticed an issue in 2020.2 EAP 2 and I suppose it's related to this. A call to |
I'm unable to reproduce this issue in a new solution, but here's some stuff I noticed:
I hope that helps. |
Thank you for the report! I'll investigate that |
Here's something I noticed:
Test
in the autocompletion popup, but does suggestTestBase
:TransformText
method is not present in the suggestions either:Tested with Rider 2020.1, with the bundled 2020.1.157 version of the plugin.
The text was updated successfully, but these errors were encountered: