Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/javascript/366.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Javascript 禁用ES6中显示为“的导入”;“进口…”;以PhpStorm_Javascript_Intellij Idea_Ecmascript 6_Phpstorm - Fatal编程技术网

Javascript 禁用ES6中显示为“的导入”;“进口…”;以PhpStorm

Javascript 禁用ES6中显示为“的导入”;“进口…”;以PhpStorm,javascript,intellij-idea,ecmascript-6,phpstorm,Javascript,Intellij Idea,Ecmascript 6,Phpstorm,我现在正努力想办法把它关掉,我知道它很小。但它让我非常恼火,我打开的每个文件都必须点击加号:O 什么在… import { bindActionCreators } from 'redux'; import { connect } from 'react-redux'; import * as auth from '../actions/auth'; import Shell from '../components/Shell'; 它当前的样子 设置>编辑器>常规>代码折叠 取消选中“Java

我现在正努力想办法把它关掉,我知道它很小。但它让我非常恼火,我打开的每个文件都必须点击加号:O

什么在…

import { bindActionCreators } from 'redux';
import { connect } from 'react-redux';
import * as auth from '../actions/auth';
import Shell from '../components/Shell';
它当前的样子


设置>编辑器>常规>代码折叠


取消选中“JavaScript导入”

argh my f'in savour!!!我一直在编辑器>代码风格中寻找(逻辑上?)。我现在明白了,这是不合逻辑的!非常感谢。