Reputation: 28064
I'm currently struggling to work out how to turn this off, its small I know. But it bugs the hell out of me that every file I open I have to click the plus :O
What is in the ...
import { bindActionCreators } from 'redux';
import { connect } from 'react-redux';
import * as auth from '../actions/auth';
import Shell from '../components/Shell';
What it currently looks like
Upvotes: 4
Views: 322
Reputation: 27217
Settings > Editor > General > Code Folding
Uncheck "JavaScript imports"
Upvotes: 3