Answer the question
In order to leave comments, you need to log in
How to automatically add; in eclipse?
After python, it is rather unusual to write ";" , and you also need to press the shift for it. Can I make it automatically add ;? Or what is the best way to solve it?
Answer the question
In order to leave comments, you need to log in
So this is wrong. The semicolon marks the end of an expression, and the end of a line may NOT mark the end of an expression.
And how do you present this feature in situations like:
if(someValue){;
}
for(;;){;
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question