-
Notifications
You must be signed in to change notification settings - Fork 15
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
Can't use template completions from inside views.py #5
Comments
Those patterns require you to start a string, like If you are doing that and it's still not working, I'll need more info such as what plugin you're using for completions or if the file has |
That's exactly what I'm trying, I'm using YouCompleteMe and b:is_python is not set. Please tell me if you need more info. |
Well, that's your problem. Do you why it isn't being set? If you manually set |
|
Oh, sorry that was a typo. I meant |
I haven't used YCM in a long time, but from what I remember, it might be that it's not picking up the omnifunc set by this plugin and I don't think there's anything I can do about it without digging into YCM's docs or sources, which I'm not keen on doing. One last thing you can try if |
|
Yeah, so what I said above. I abandoned YCM a long time ago because of how involving the setup is. So, I personally don't want to look into making this compatible with YCM. If you can figure out how to fix this, I'd be more than happy to accept a PR, though. |
I see... I don't think I can tackle that now also, but thanks! |
Although I'm able to use these completions from the templates themselves using
{% extends %}
I don't get any when usingrender()
,get_template()
and friends.The text was updated successfully, but these errors were encountered: