IntelliJ community Perforce plug-in [closed]
Questions asking us to recommend or find a book, tool, software library, tutorial or other off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
开发者_Go百科 Improve this questionI used to love using IntelliJ but my new company doesn't spend money on IDEs. Now with the release of IntelliJ Community Edition, the only obstacle I have is that my company uses Perforce. Does anyone know if there are Perforce plug-ins that work with the Community Edition?
The obsolete VCS-based Perfoce plugin does not work at all.
The obsolete non-VCS-based PerforceDirectPlugin (http://plugins.intellij.net/plugin/?id=69) works partially with the Community Edition. Several operations don't work, presumably because the plugin API has changed. However, the basic Edit/Add/Revert/Sync operations work.
Integrating it into the Community Edition is another story. I'm used to "edit on type" so I habitually type return when the warning dialog comes up that the file I'm trying to edit is read-only. This is bad, because later it's difficult to find files I have accidentally edited using the file system, and check them out for edit in Perforce.
The other big missing piece is the VCS change bar on the left, which is very useful for seeing where you've changed a file and quickly going back to read/edit those changes.
The community edition is announced, not released, so it is a drop too early for that. There was a separate plug-in in older versions of IDEA, and I imagine when the community edition gets released and gets going, someone will write one.
There is a new Simple P4 Plugin. It only has the basic functionalities. I tried it it is pretty good. http://plugins.jetbrains.com/plugin/7420?pr=idea_ce
精彩评论