Recent Posts
- How to show more information in LSP when using Emacs and Typescript
- Great historical review on source control systems evolution
- Interesting article on learnings over a software engineer career
- Code Freeze 2023 Keynote 01 Jessica Kerr 1
- How to configure MacOSX to make the window under the mouse to receive the focus?
Recent Comments
No comments to show.
Monthly Archives: June 2023
How to show more information in LSP when using Emacs and Typescript
Just M-X set-variable and set lsp-ui-doc-show-with-cursor to top ! I always found frustrating that even in VS Code LSP errors were shown using only one line (not enough!). For more information on other possibilities visit https://emacs-lsp.github.io/lsp-ui/
Posted in Uncategorized
Leave a comment