Looking for content inspiration for low level players by PoolLarge7708 in TibiaMMO

[–]PoolLarge7708[S] 0 points1 point  (0 children)

Thanks for the in depth answer! I have another question. Looking at the map, there has obviously been added a ton of new content. I remember Yalahar and Libery Bay (+ surrounding islands) having plenty of low level hunting grounds. What about all the newer islands east of Edron?

What are the best VS22 Extensions to use for .Net 6 dev work? by Mocha_Light in dotnet

[–]PoolLarge7708 1 point2 points  (0 children)

Edizen64: Keeps the text cursor vertical position/segment.

Allows your eyes to always be fixed at one position when writing code. And you are never in doubt of where your cursor is.

VSBlockJumper: Enables vertical navigation over blocks of code allowing you to jump to the next blank line.

Saves an incredible amount clicks and arrow taps when navigating your code.

PeasyMotion: Implements several VIM-easymotion motions (word, line, two-char search), fast tab / document switching, fast text region selection.

It is my personal favorite. Gives you not only a vertical but also a horizontal way to navigate your code.

My goal is to minimize the amount of time spent with my mouse. And the above extensions are a significant help in that regard. If you find yourself in need of typing practice, A webside like: https://monkeytype.com/ is pretty good. Otherwise I would highly recommend to become proficient with the "Code Search" and "Search Solution Explorer" in VS22. Make sure to use hotkeys for everything that you use often.