I would like to add some functionality

已回答

I am an aspiring programmer and admire Intellij IDEA. I want to express my wishes:
When after class I select a property from among the possible, it erases the following characters. Can fix it to just add property but not erase code after it? You can also automatically add () {} when press space after IF, FOR and WHILE. Thank you

0

Hello,

> When after class I select a property from among the possible, it erases the following characters. Can fix it to just add property but not erase code after it?

Please specify how you select a property from the list. The IDE should not remove the subsequent code if you select a property with 'Enter'.

> You can also automatically add () {} when press space after IF, FOR and WHILE.

See the related guide at https://www.jetbrains.com/help/idea/auto-completing-code.html#statements_completion .

0

请先登录再写评论。