Home › Forums › kdb+ › Whats the best toolset for developing in kdb+? › Re: Whats the best toolset for developing in kdb+?
-
I use kdb studio to test, debug and develop code and IntelliJ as an editor. I like IntelliJ because you can easily search for function usage, jump to definitions etc. It’s great when reading code. It also has a kdb analyst and q plugin so you can actually run code in IntelliJ (similar to studio you connect to a q process) and display results but I never really tried it.