proposals
proposals copied to clipboard
Configure your IDE
There is so many IDE and even more plugins/extensions So lets talk about top IDE and best plugins for it. The list is only as suggesting Then try other IDE and setup to work with "create-react-app" boilerplate
- Visual Code
- Atom
- Brackets
- Sublime
What is the main differences between Lightweight IDE and others like WebStorm, NetBeans, Eclipse and so on. When you should choose them and why
So please cover this:
- Check syntax highlighting for jsx, scss
- Try run tasks like
yarn test,yarn start,yarn build- is it easily accessible? - Does it easy to work with TDD - jump to source from tests, and back or is there an easy way to split screens
- What about integrated (if exists) terminal
- Git integration (if any)
- Remote deployment (ftp browser)
- Customization, like live templates, custom emit syntax, themes, code styles, fonts
- Presentation mode. Is it easy to share code for low resolution, or scale the code with menus...
- Is it easy to work with multiple projects or switch between them.
- Are menu items easy accessible? Or do I need to remember all shortcuts? Can I add custom action buttons?
- Got to declaration
- Refactoring
If its possible add a rating for each feature or requirement. Lets keep this as the game and pick up the winner.
Probably tests should be done on some React TODO app example.
For "Atom" I love https://atom.io/packages/nuclide plugin
I'm not alone :D https://twitter.com/dan_abramov/status/958072443264012289
https://css-tricks.com/turn-sublime-text-3-into-a-javascript-ide/