All Projects → azawawi → atom-perl6-editor-tools

azawawi / atom-perl6-editor-tools

Licence: MIT license
A collection of useful Perl 6 editor tools

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to atom-perl6-editor-tools

Atom Linter Alex
Linter plugin using alex to catch insensitive, inconsiderate writing
Stars: ✭ 87 (+357.89%)
Mutual labels:  atom, linter
Atom Turbo Javascript
Commands and snippets for faster Javascript and Typescript with the Atom Editor
Stars: ✭ 100 (+426.32%)
Mutual labels:  atom, snippets
A File Icon Idea
Atom File Icons plugin for IntelliJ IDEA products
Stars: ✭ 90 (+373.68%)
Mutual labels:  atom, icons
Atom
Atom file-specific icons for improved visual grepping.
Stars: ✭ 1,093 (+5652.63%)
Mutual labels:  atom, icons
atom-standardjs-snippets
⚡ A collection of JavaScript snippets for Atom, Standard Style
Stars: ✭ 47 (+147.37%)
Mutual labels:  atom, snippets
Linter Phpcs
Linter plugin for PHP, using PHP_CodeSniffer.
Stars: ✭ 64 (+236.84%)
Mutual labels:  atom, linter
Atom Ava
Snippets for AVA and run tests directly in the editor
Stars: ✭ 96 (+405.26%)
Mutual labels:  atom, snippets
Dotfiles
Setup and install scripts for a new machine + dotfiles for various apps. Linux, Mac, and Mac (Amazon specific) branches are included.
Stars: ✭ 382 (+1910.53%)
Mutual labels:  atom, snippets
Snippets
Atom snippets package
Stars: ✭ 191 (+905.26%)
Mutual labels:  atom, snippets
Wsl Proxy
WSL proxy files for editor/linux interop
Stars: ✭ 134 (+605.26%)
Mutual labels:  atom, linter
Language Dot
Dot (Graphviz) package for Atom
Stars: ✭ 11 (-42.11%)
Mutual labels:  atom, snippets
linter-glsl
Atom package that lints GLSL shaders on the fly.
Stars: ✭ 15 (-21.05%)
Mutual labels:  atom, linter
Atom Modular Snippets
:atom: A modular solution to snippets in @Atom.
Stars: ✭ 8 (-57.89%)
Mutual labels:  atom, snippets
Linter Jscs
Atom JSCS linter providers
Stars: ✭ 69 (+263.16%)
Mutual labels:  atom, linter
Vuejs Snippets
Collection of Vuejs 2.0+ snippets
Stars: ✭ 17 (-10.53%)
Mutual labels:  atom, snippets
Linter Js Standard
Atom linter plugin for JavaScript, using JavaScript Standard Style
Stars: ✭ 95 (+400%)
Mutual labels:  atom, linter
React Native Snippets
✏️ A collection of React Native snippets for Sublime Text and Atom
Stars: ✭ 257 (+1252.63%)
Mutual labels:  atom, snippets
Ltfinderbuttons
My Finder buttons collection for macOS.
Stars: ✭ 269 (+1315.79%)
Mutual labels:  atom, icons
Linter Write Good
An Atom linter interface for write-good.
Stars: ✭ 102 (+436.84%)
Mutual labels:  atom, linter
language-mjml
Atom Editor package providing syntax support for MJML
Stars: ✭ 48 (+152.63%)
Mutual labels:  atom, snippets

Atom Perl 6 Editor Tools

Dependency Status

Deprecation Notice:

This plugin is going to be deprecated in favor of ide-perl6. All the useful features that are found here are going to be moved there slowly. Syntax checker linter is already there.

This atom plugin provides a collection of useful Perl 6 editor tools that are shown below:

Syntax Check Linter

This provides a linter that syntax checks Perl 6 code and provides error messages. Please note that this will run BEGIN and CHECK blocks.

Syntax Check Linter Screenshot

Build Support

This provides a builder that provides the following tasks (More build tasks will added in the future):

  • Perl 6 test: This will run prove -v -e "perl6 -Ilib" in your current Perl 6 project and provide the build log

Test Builder Screenshot

Context sensitive help

This provides a hyperclick for context sensitive help.

Context Sensitive Help Screenshot

POD Preview (Shortcut: Alt+Ctrl+O)

This allows you to preview Perl 6 POD while typing your POD documentation in near real-time. Please remember to install Pod::To::HTML via the following command for the POD Preview pane to work:

  $ zef install Pod::To::HTML

POD Preview Screenshot

Snippets

A collection of useful snippets are now available for Perl 6 files. You can find a complete list of the snippets here.

  • Please use Alt+Shift+S to view a scrollable list of them.
  • Type the name of the snippet and then press Tab. For example, by typing script followed by Tab, a hello world script is inserted. Please read Using Atom: Snippets for more information.

File Icons

Perl 6 file icons are now provided by file-icons and is installed automatically.

Author

Ahmad M. Zawawi, azawawi on #perl6, https://github.com/azawawi/

License

MIT License

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].