Skip to content

editor-plugins/intellij-paredit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Paredit plugin

Paredit (Structural Editing) is a fancy editing style to edit code especially for s-expression, the origin purpose of this plugin is to give a universal paredit support for all programming language when using IntelliJ IDEA-based IDEs, but each language supported in Jetbrains systems holds its own AST structure and it's really complicated to cover all, so just support s-expression for now, luckily you can use splice action in some special condition but not always work.

Screenshots

ShortCuts

  • Barf Backwards ⌥⌘9
  • Barf Forwards ⌥⌘0
  • Slurp Backwards ⌥⇧⌘9
  • Slurp Forwards ⌥⇧⌘0
  • Splice ⌃⌥S

License

Copyright 2009 JetBrains s.r.o.

Licensed under the Apache License, Version 2.0

About

Paredit for IntelliJ IDEA-based IDEs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages