Best project to evaluate my code: https://github.com/gggittt/match3_byClicks
- https://plugins.jetbrains.com/plugin/7086-acejump
- https://plugins.jetbrains.com/plugin/9223-heap-allocations-viewer
- String Manipulation https://plugins.jetbrains.com/plugin/2162-string-manipulation
- various Time Trackers
- various AI/GPT
- Bito AI is free and dont request openAi token
- code complexity notifiers / Code Smell Detector
- Toggler
- Save Actions
- IDE Features Trainer https://plugins.jetbrains.com/plugin/8554-ide-features-trainer
Intresting plugins, which deserve attention, but already dropped by me (has bug or not my work style)
- Key Promoter X https://plugins.jetbrains.com/plugin/9792-key-promoter-x
- Diagrams.net Integration (I should test it again)
- IDEA mind map
- PlantUML
- Interface Pairing
- No Namespace Providers
- ProjectTree Color Highlighter (bug)
- Use RegEx for solving personal tasks
- Use Bookmarklets. Few samples:
/*YouTube copy time*/ javascript:(function() { var time = document.querySelector('.ytp-time-current').textContent; var textArea = document.createElement('textarea'); textArea.value = time; document.body.appendChild(textArea); textArea.select(); document.execCommand('copy'); document.body.removeChild(textArea);})();
/*YouTube shorts to normal*/ javascript:(function() { var url = window.location.href; var regex = /https:\/\/www\.youtube\.com\/shorts\/(.+)/; var match = url.match(regex); if (match) { var newUrl = "https://www.youtube.com/watch?v=" + match[1]; window.location.href = newUrl; } })();
- Looking for new soft for PC. I can recommend:
- KeyManager
- Clipdiary
- Volume2
- Autorun Organizer
- PotPlayer
Long time ago I solve few problems in Leetcode
Code should read like well-written prose and be clean, lean, and easy to maintain.