gd-autocomplete-service icon indicating copy to clipboard operation
gd-autocomplete-service copied to clipboard

Godot module that provides autocomplete suggestions via HTTP requests

Results 4 gd-autocomplete-service issues
Sort by recently updated
recently updated
newest added

OBJ_TYPE is now GDCLASS include paths are now pointing to the correct files updated config.py I would suggest changing the name of the repo to 'autocomplete_service'. For some reason the...

Many of the include paths need to be updated. and the root dir needs to have the code in it so that the code can be cloned into the modules...

Can you compatibilize with GDNative for include it without compiling?

As you might have seen, I've commented on the godotengine/godot#2245 about including this in the code base and I've been looking at [YCMD](https://github.com/Valloric/ycmd) and it only provides information about the...