Posts

Showing posts from November 22, 2017

VS Code Glitch

Image
Minor Update So, while learning React (from Stephen Grider's  awesome Udemy course) I've noticed a small glitch with the auto complete. It goes as following, when typing: " " export default " at the bottom of the file, to export the component, and hitting autocomplete a incorrect import shows up at the top.  I'm no VS Code or React expert, but this seemed pretty strange to me, and besides it also proved to be a nice opportunity to report an issue on GitHub for the first time! Check it out on GitHub for more details. Thanks for putting up with my nerdiness and  until next time; code long and prosper!