Lookup returns lookup results for given text which is at given position within the file. This can either be a file and position in file to open and view, or direct text to show.
(fs *FileStates, text string, pos lexer.Pos)
| 67 | // within the file. This can either be a file and position in file to |
| 68 | // open and view, or direct text to show. |
| 69 | Lookup(fs *FileStates, text string, pos lexer.Pos) complete.Lookup |
| 70 | |
| 71 | // IndentLine returns the indentation level for given line based on |
| 72 | // previous line's indentation level, and any delta change based on |
no outgoing calls
no test coverage detected