-
Notifications
You must be signed in to change notification settings - Fork 98
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
autocomplete of ajax command doubles $-indicator #11
Comments
Hi @stackem, your issue actually applies to all |
yeah I think that would be a good change |
Hi I'm trying to solve this problem here https://github.com/gaboesquivel/jQuery/tree/new-triggers I've reorganized the snippets in the following directories: for dollar snippets I'm using For all them ideally we will get the list of options while typing and we need to properly describe that this is jQuery autocomplete in description. let me know your ideas. also what are Support and Syntaxes for? |
Old issue, but one that has been bothering me only more recently. I've implemented a "fix/hack" that's working for me. My main issue was the snippet for I edited the Edited snippet:
|
When I type
jQuery.ajax
or
$.ajax
and then select the first normal ajax function, the following appears:
$.$.ajax({ ...
or
jQuery.$.ajax({ ...
It helps to have a good function build but you always have to remove the leading doubled indicator. It maybe is the case with other functions too, but am using the ajax request quite often so it's quite annoying.
Best,
Robin
The text was updated successfully, but these errors were encountered: