mirror of
https://github.com/godotengine/emacs-gdscript-mode.git
synced 2026-01-04 18:09:55 +03:00
Add command to search the online API, add customisable variables (#79)
* add option to "force-online" API lookups with a parameter or using prefix-arg (C-u). Added function to search online Godot API with symbol at point OR using prefix arg to enter a search term. * implemented review suggestions #79 * fixed no symbol at point bug. pop existing API buffer for local docs too. Minor docstring changes. * be a bit more helpful when local docs are missing Co-authored-by: Richard G. Riley <rileyrg@gmail>
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -9,3 +9,6 @@
|
||||
|
||||
# Undo-tree save-files
|
||||
*.~undo-tree
|
||||
|
||||
#emacs projectile
|
||||
.projectile
|
||||
Reference in New Issue
Block a user