Abhishek kumarabhishekk728.hashnode.dev·Oct 9, 2023Sublime for pythonI believe Sublime Text is by far the most optimized and powerful "text editor". However, for writing any code you need some IDE-like features that help you write code faster and more efficiently and that's where sublime plugins come into the picture,...11 likes·118 readsPython
Alexandr Gakhovmumr-home.hashnode.dev·Nov 26, 2022Blender Python addon devMy first project is making addon in Blender. Qiuck review. There are tree major Blender custom classes: Property / Operation / UI. Blender Properties => reg as Class and save in Scene object UI panel( Blender class), read /write context scene proper...58 readsBlender
Thomas Portelangeblog.lekoala.be·Nov 8, 2022Autocomplete and accessibilitySince I created my Bootstrap Tags library, I realized that it also contained most of what was needed to create an Autocomplete library. I gave it a try with some much-needed code refactoring and while creating the library, I stumbled upon an interest...146 readsautocompletion
Jens Tanjenstan.hashnode.dev·Oct 6, 2022Enable Auto-Completion Operation for Kubectl in a Linux Bash ShellIn this short article, we will demonstrate how to install kubectl, setup up auto-completion, and set an alias for kubectl in your bash shell. When using kubectl commands to interact with your Kubernetes cluster (K8S), auto-completion can be very usef...kubectl
Olanrewaju Olakunlecrossplatformscade.hashnode.dev·Sep 27, 2022AutoCompletion in Native Open-Source MacOS Nimble EditorAutocomplete is a workspace feature normally used to suggest code snippets as developers type in their IDEs and Code Editors. Software developers no longer have to keep track of programming syntax, API method names and details, and other essential in...93 readsSwift