Explore >> Select a destination


You are here

www.danielmoch.com
| | ericlathrop.com
10.8 parsecs away

Travel
| | I've been migrating from vim to neovim to get some of the fancy tree-sitter and LSP features. It's really nice when your editor understands the actual nature of your code. Anyways I got that stuff working, but I needed neovim to talk to Godot's built-in language server. If you're using nvim-lspconfig, it's as easy as adding the following code to that plugin's configuration:
| | www.stefanimhoff.de
9.5 parsecs away

Travel
| | I decided to re-examine my developer tools and replace some of them with better tools.
| | www.jrebel.com
10.8 parsecs away

Travel
| | Java developers turn to VS Code, or Microsoft Visual Studio Code, for a variety of features and functions, including its debugger. Learn more.
| | thecodinginterface.com
84.3 parsecs away

Travel
| In this article I demonstrate how to install OpenCV for C++ from source using cmake. Following this I show how to configure my favorite code editor, Visual Studio Code (VS Code), along with the awesome Microsoft extensions CMake Tools and C/C++ IntelliSense which provides a fantastic, productivity boosting, development environment.