creating files through CLI doesn't show in project files

I am using Angular 8 and Ionic 4. Whenever I go into the cli to make a component/service what-have-you I have to close IDE and re open it again for it to re index. for example if I have a terminal open and type:

`$ ionic generate service foo` it will be created where I want but then in the project directory of the IDE it isn't there. I have to close the IDE and reopen it again for it to be seen.

0

Did you try File > Synchronize to reload externally generated files from disk?

Also, do you have any symlinks in your project path?

0

I'll give it a try when at work

0

it still doesn't work that well. I have done what you suggested with _File > Synchronize_ but it is still not doing it. As for symlinks I have it set so I can open the editor from the terminal

0

not sure I understand what symlinks have to do with opening the editor from terminal...

Please reproduce the issue and provide your log folder zipped (Help > Compress Logs and Show in ...)

0

to reproduce the issue in terminal type: `$ ionic generate component foo` and then never see it in the IDE. [here is the log](https://www.dropbox.com/s/iow4yvlnoas6zpv/webstorm-logs-20191115-091440.zip?dl=0)

0

Nothing suspicious in the log...

Can you check if removing symlinks make things any better? fsnotifier tool we use to synchronize the IDE virtual file system with external changes doesn't support them (https://youtrack.jetbrains.com/issue/IDEA-65174)

0

请先登录再写评论。