https://github.com/manovotny/atom-intellij
An Atom configuration, which makes it act and function more like IntelliJ.
https://github.com/manovotny/atom-intellij
Last synced: about 1 month ago
JSON representation
An Atom configuration, which makes it act and function more like IntelliJ.
- Host: GitHub
- URL: https://github.com/manovotny/atom-intellij
- Owner: manovotny
- Created: 2016-04-12T19:21:05.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-05-12T14:26:12.000Z (almost 9 years ago)
- Last Synced: 2025-02-02T19:45:15.862Z (3 months ago)
- Language: HTML
- Size: 21.4 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# atom-intellij
An Atom configuration, which makes it act and function more like IntelliJ.
## IntelliJ Functionality
* Navigate Files: `⌘⇧N`
* Toggle Project / Tree View: `⌘1`
* Duplicate Line: `⌘D`
* Remove Line: `⌘Y`
* Rename: `⇧F6`
* Expand Selection: `⌘W`
* Shrink Selection: `⌘⇧W`
* Move Line Up: `⌘⇧↑`
* Move Line Down: `⌘⇧↓`
* Open Terminal: `⌥F12`
* Format: `⌘⌥L`
* Close Tab: `⌘F4`
* Go To Line: `⌘G`
* Correct Spelling: `⌥⏎`
* Find Next: `F3`
* Find Previous: `⇧F3`
* Split Pane: `^⌥⌘V`## Bundled Packages
* [atom-beautify](https://atom.io/packages/atom-beautify)
* [expand-region](https://atom.io/packages/expand-region)
* [file-icons](https://atom.io/packages/file-icons)
* [highlight-selected](https://atom.io/packages/highlight-selected)
* [js-refactor](https://atom.io/packages/js-refactor)
* [refactor](https://atom.io/packages/refactor)
* [tabs-to-spaces](https://atom.io/packages/tabs-to-spaces)
* [terminal-plus](https://atom.io/packages/terminal-plus)