vue-for-idea
vue-for-idea copied to clipboard
phpstorm code collapse or folding is not visible between <script>
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>