Skip to main content
Tag

Editor

2 posts in this tag

From Clicks to Keystrokes: My Journey into the Vim

Avinash Rijal
8 min read

Back in the days, it was somewhere around when I first started my developer career, I was a Sublime text fan, most of you may have never herd of it but it was like “winrar” which kept bugging you for activating it but never obstructed you from using it. It was a good time. I was happy and I was productive. Sometimes, I used to give jetbrains a try but it soon phased out after my crack stopped working and I as a junior developer didn’t have enough salary to pay for their plans while paying my rent.

Read More
My Editor Setup While Working for Hiboo

My Editor Setup While Working for Hiboo

Avinash Rijal
2 min read

I use VSCode. It’s free, simple and runs smoothly on all platforms. Let’s talk about extensions. In past I have used many extensions and after filtering out most of the extensions that were memory/processor hogging; I have came to these extensions for overall usage. You can copy and paste them on your terminal if you would like to install them. code --install-extension christian-kohler.npm-intellisense code --install-extension dbaeumer.vscode-eslint code --install-extension eamodio.gitlens code --install-extension ecmel.vscode-html-css code --install-extension eg2.vscode-npm-script code --install-extension esbenp.prettier-vscode code --install-extension formulahendry.auto-close-tag code --install-extension formulahendry.auto-rename-tag code --install-extension GraphQL.vscode-graphql code --install-extension IronGeek.vscode-env code --install-extension jpoissonnier.vscode-styled-components code --install-extension kumar-harsh.graphql-for-vscode code --install-extension lllllllqw.jsdoc code --install-extension mike-co.import-sorter code --install-extension ms-azuretools.vscode-docker code --install-extension ms-vscode-remote.remote-containers code --install-extension ms-vsliveshare.vsliveshare code --install-extension patbenatar.advanced-new-file code --install-extension rbbit.typescript-hero code --install-extension sburg.vscode-javascript-booster code --install-extension Shan.code-settings-sync code --install-extension sleistner.vscode-fileutils code --install-extension smlombardi.slime code --install-extension steoates.autoimport code --install-extension stevencl.addDocComments code --install-extension VisualStudioExptTeam.vscodeintellicode Theme: The theme I am using is slime. It comes with the extension pack installed above. It is calm and smooth.

Read More