* 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>
* fixed eww after render hook calling gdscript stuff in non gdscript scenarios,
* check we are viewing docs.godotengine before tidying up
Co-authored-by: Richard G. Riley <rileyrg@gmail>
Fix#77