大约有 10,000 项符合查询结果(耗时:0.0185秒) [XML]
IntelliJ IDEA way of editing multiple lines
...een this done in TextMate and I was wondering if there's a way to do it in IDEA.
20 Answers
...
Intellij IDEA, format all code in a project
I really like IDEA's code formatting, but how do I get it to reformat all the code in a particular project without going through each file? I've found the option to tidy / optimise imports on code before committing it to subversion which is great, but it only seems to apply to files that have otherw...
How do you input commandline argument in IntelliJ IDEA?
...uration. But I don't Know How do i input commandline arguments in IntelliJ IDEA.
10 Answers
...
Are soft deletes a good idea? [duplicate]
Are soft deletes a good idea or a bad idea?
15 Answers
15
...
How enable auto-format code for Intellij IDEA?
Is it possible in Intellij IDEA after typing ';' or press 'Enter' happened formatting of this string?
15 Answers
...
Intellij IDEA: Hotkey for “scroll from source”
...
In the latest IntelliJ IDEA, there is a keymap entry called "Select in Project View" with no default shortcut. Just add a shortcut key to it. No need for a plugin.
share
...
How find all unused classes in Intellij Idea?
...inspection "Unused declaration" which can find all unused code in Intellij Idea. (see this question )
But I want to find all unused classes, not methods, variables etc. Only classes. (it is difficult to find only classes in 3000 result list). How I can do that?
...
git still shows files as modified after adding to .gitignore
...already in the index.
To stop this you have to do : git rm -r --cached .idea/
When you commit the .idea/ directory will be removed from your git repository and the following commits will ignore the .idea/ directory.
PS: You could use .idea/ instead of .idea/* to ignore a directory. You can find...
Attach IntelliJ IDEA debugger to a running Java process
Is it possible to attach the IntelliJ IDEA debugger to a running Java process? If yes, how?
5 Answers
...
How can I maximize the editor pane in IntelliJ IDEA?
...the Default keymap.
14.0.3 on MacOS X
It's Cmd + Shift + F12 in IntelliJ IDEA 14.0.3 on MacOS X.
UPDATE on 2015-03-24:
IntelliJ IDEA 14.1 now has support for Distraction Free Mode. You can invoke it by clicking View > Enter Distraction Free Mode. In this mode, IntelliJ hides everything but the...
