Hacker News new | ask | show | jobs
by cusx 1854 days ago
Does anyone have a setup for Typescript/React that works/feels similar to VSCode?
4 comments

Yup! https://github.com/tmm/dotfiles

Happy to answer questions: tom@meagher.co or Twitter DM (@awkweb)

Spent hours over days trying to get this to work with vim/coc-vim. VSCode works better when working with TypeScript.
using coc.nvim, with its extensions coc-typescript, coc-eslint, coc-prettier works great to me.

even though there's an expected minor performance hit, it still faster than vscode