This pull request is to improve documentation preview on hover support for builtin types, functions, and variables. This fixes #174 (Hover doesn't work for builtins).
Todo:
1) add unit tests
2) fix incomplete type/function/variable header (append -> func([]int, int) []int vs.func append([]int, int) []int)
3) heavy refactoring to clean up code
This pull request is to improve documentation preview on hover support for builtin types, functions, and variables. This fixes #174 (Hover doesn't work for builtins).
Todo:
1) add unit tests 2) fix incomplete type/function/variable header (append ->
func([]int, int) []int
vs.func append([]int, int) []int
) 3) heavy refactoring to clean up code