X-Git-Url: http://git.lukelau.me/?p=lsp-test.git;a=blobdiff_plain;f=README.md;h=dd715067b74e46686c53ab3e4a7415ccf9009fac;hp=0af386e54c3a75c8be2f2af3af767ff6fb2693ce;hb=c6e68648c1e3b586e1ee8b0dcda1485ff5ae28ba;hpb=0e9ea704c2fd5ab6c762e709b4a4ad4b10169a7e diff --git a/README.md b/README.md index 0af386e..dd71506 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,8 @@ runSession "session/root/dir" $ do skipMany notification - sendRequest TextDocumentDocumentSymbol (DocumentSymbolParams doc) - - rspSymbols <- response :: DocumentSymbolsResponse - let (List symbols) = fromJust (rspSymbols ^. result) + symbols <- getDocumentSymbols doc ``` + +## Developing +To test make sure you have [haskell-ide-engine](https://github.com/haskell/haskell-ide-engine) installed.