how to insert white space in method?
i want to generate the code:
// Title mTVTitle = (TextView)findViewById(R.id.tv_title); // Title mTVTitle = (TextView)findViewById(R.id.tv_title);
but now my code is:
// Title mTVTitle = (TextView)findViewById(R.id.tv_title);// Title mTVTitle = (TextView)findViewById(R.id.tv_title);// Title mTVTitle = (TextView)findViewById(R.id.tv_title);
how to insert white space before "//Title"?
createCommentFromText and createExpressionFromText not work.
new PsiWhiteSpaceImpl always throw error.
Please sign in to leave a comment.
Sorry, I don't see any difference between the two code fragments in terms of whitespace.
i want the "// Title" code in the new line. don't follow the "findViewBy(R.id.tv_title);".
it was what i do now :
the content is :
it work well,but has any way to do this?