All Projects → vertexclique → Tokamak

vertexclique / Tokamak

Licence: mit
Fusion Reactor for Rust - Atom Rust IDE

Programming Languages

rust
11053 projects

Projects that are alternatives of or similar to Tokamak

ide-css
Atom-IDE for CSS, LESS and SCSS language
Stars: ✭ 18 (-95.54%)
Mutual labels:  atom-package, atom-editor
language-mjml
Atom Editor package providing syntax support for MJML
Stars: ✭ 48 (-88.12%)
Mutual labels:  atom-package, atom-editor
jscs-fixer
Atom package to run jscs --fix on your project files
Stars: ✭ 16 (-96.04%)
Mutual labels:  atom-package, atom-editor
Atom React Snippets
esnext React snippets
Stars: ✭ 146 (-63.86%)
Mutual labels:  atom-package, atom-editor
atom-ide-scala
Scala & Dotty support for Atom IDE (🧟‍♂️ zombie repo)
Stars: ✭ 47 (-88.37%)
Mutual labels:  ide, atom-package
linter-ansible-linting
ansible-lint linter for atom
Stars: ✭ 19 (-95.3%)
Mutual labels:  atom-package, atom-editor
ide-bash
Bash language support for Atom-IDE
Stars: ✭ 18 (-95.54%)
Mutual labels:  ide, atom-package
Github
Git and GitHub integration for Atom
Stars: ✭ 880 (+117.82%)
Mutual labels:  atom-package, atom-editor
atom-zurb-foundation
Zurb Foundation 6 for sites snippets.
Stars: ✭ 31 (-92.33%)
Mutual labels:  atom-package, atom-editor
atom-play-piano
In atom, piano notes are played as you code... amazing !
Stars: ✭ 29 (-92.82%)
Mutual labels:  atom-package, atom-editor
Markdown Themeable Pdf
ARCHIVED. NOT MAINTAINED. Themeable Markdown Converter (Print to PDF, HTML, JPEG or PNG)
Stars: ✭ 130 (-67.82%)
Mutual labels:  atom-package, atom-editor
ide-yaml
Atom-IDE support for YAML language
Stars: ✭ 16 (-96.04%)
Mutual labels:  atom-package, atom-editor
Atom Terminal Panel
Advanced terminal interface for Atom editor
Stars: ✭ 95 (-76.49%)
Mutual labels:  atom-package, atom-editor
apio-ide
🌱 Experimental open FPGA IDE using Atom and Apio
Stars: ✭ 82 (-79.7%)
Mutual labels:  ide, atom-package
Atom I18n
:atom: One Atom i18n Package for Any Locale 🌏 🌎 🌍
Stars: ✭ 56 (-86.14%)
Mutual labels:  atom-package, atom-editor
linter-terraform-syntax
terraform validate linter and formatter for atom
Stars: ✭ 19 (-95.3%)
Mutual labels:  atom-package, atom-editor
Prettier Atom
An atom package for the prettier formatter.
Stars: ✭ 750 (+85.64%)
Mutual labels:  atom-package, atom-editor
Mighty React Snippets
Crafty React & Redux snippets for Atom Editor
Stars: ✭ 16 (-96.04%)
Mutual labels:  atom-package, atom-editor
atom-carbon-now-sh
Atom package to open the current editor content in https://carbon.now.sh/
Stars: ✭ 15 (-96.29%)
Mutual labels:  atom-package, atom-editor
atom-ide-crystal
Crystal IDE package for Atom using the Scry Language Server
Stars: ✭ 24 (-94.06%)
Mutual labels:  atom-package, atom-editor

токамак

Tokamak

Fusion Reactor for Rust - apm Build Status

  • Syntax highlighting
  • Creating Cargo project
  • Support for Cargo projects
  • Code Completion with Racer
  • Managing Rust toolchains
  • Code Linting
  • Project specific configuration
  • Code formatting
  • Go to definition
  • Hover for documentation
  • Find references
  • Outline for the file and the project
  • Autocomplete out-of-the-box
  • Code highlight

токамак project configuration

токамак supports project configuration for each project. This helps to resolve editor and project options. tokamak.toml file will be used by helper in the future. It should resides in with same level of Cargo.toml. By default Cargo project generated with tokamak will create it also. Here is an example tokamak.toml file.

[helper]
path = ""                                  # Reserved for future helper path and configurations
[options]
save_buffers_before_run = true             # Saving buffers before every cargo command run
general_warnings = true                    # Show general warnings
[project]
auto_format_timing = 5                     # Run auto formatting for project for specified interval (seconds)

Upgrading to 0.4.0

Racer support is removed because RLS is going to be the one that will replace Racer. Linter package is removed you can disable it in versions after 0.4.0. Instead of linter, diagnostics will be used from atom-ide-ui package.

## Contributing Contribution rules are written in CONTRIBUTING.md.

License

Copyright (c) 2016-2017 Mahmut Bulut

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Tokamak logo built from "3D picture of JET vessel equipped with the ITER-Like Wall" - Copyright © EUROfusion 2014 - 2018

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].