How to use ack2 searching tool for code
Lately I've found this tool called ack2 that is a searching tool. Let's explore how we can use it.
more ...Lately I've found this tool called ack2 that is a searching tool. Let's explore how we can use it.
more ...Lately It's been pointed to my attention that regexp are usually slower than pythonic checkers - Let's check out what will outperform.
more ...Did you know that from python 3.5 there is support for type hints? Check out what type aliases and NewType are.
more ...Today I'm going to debug the 'focus' problem on tmuxp. Check out my experience with fixing the problem.
more ...Is there any type of searcher for vim that could work similarly to Pycharm fuzzy searching? Command_T plugin is the answer - check out my review on that!
more ...Let's check out how can we improve our experience with file exploration at vim using NerdTree.
more ...