One more question - why highlighting in IDE the `....
# scripting
e
One more question - why highlighting in IDE the
.kts
file and
.main.kts
file are different?
v
Different in what kind?
e
Screenshot 2023-07-07 at 15.06.16.png,Screenshot 2023-07-07 at 15.05.40.png
v
Looks like only basic highlighting on the left vs. semantic information on the right
e
The navigation still works and javadoc looks fine also
v
Nevertheless, right is analyzed and also looks like left until analyzed like with all files, not only kts files.
I don't say that it might not be a bug. Just telling you what the differences come from. Here a pure kts is also highlighted like on the right
e
Oke! So that might be something fixable by IDE. And not something that is deliberately set.