IntelliJ: class rename not detected in user source directories #1438
-
If I create a Java class This is trivial to notice and fix in a single Java file projects but is easy to miss when working with multiple files using the Note that the source file's content is still updated correctly in the user source directory -- only the class filename fails to update. So you end up with a filename Is this a known issue or possibly a new issue? EDIT -- additional observations wrt file synchronization with JBang's project cache: Loading and editing a script containing This quickly turns into a mess where the cache and user work directory are out-of-sync. In general it appears that file create/delete/move operations are not correctly linked between the project cache and user directory. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Just to confirm, but this is when you use |
Beta Was this translation helpful? Give feedback.
Just to confirm, but this is when you use
jbang edit
on a .java file, right?