In some cases we load editors as follows:
------Header----------
public static class Test {
------------------------
public static void TestMethod() {
...... method body.......
------Footer------------
}}
--------------------------
In cases when method body happens to end with comment blocks starting from //, Intelliprompt red-underlines the end of the method body seemingly requiring additional }} in the method body, then it is satisfied. Removing trailing comment blocks also removes the red underline.
Could you please check if you can recreate this and possibly correct with the next release?
Thanks.
[Modified 3 years ago]