vue-for-idea icon indicating copy to clipboard operation
vue-for-idea copied to clipboard

phpstorm code collapse or folding is not visible between <script>

Open iannazzi opened this issue 8 years ago • 0 comments

In phpstorm code collapse is fine for templates, but there is no folding between script. Therefore arrays and closures won't fold

So there is no folding for export default or mounted: <script> export default { mounted() { console.log('Component ready.') } } </script>

iannazzi avatar Jan 11 '17 19:01 iannazzi