All Projects → ajkhoury → JetBrains-NASM-Language

ajkhoury / JetBrains-NASM-Language

Licence: MIT License
Plugin that adds NASM assembly language support for the IntelliJ Platform IDEs

Programming Languages

java
68154 projects - #9 most used programming language
Lex
420 projects

Projects that are alternatives of or similar to JetBrains-NASM-Language

Gradle Changelog Plugin
Plugin for parsing and managing the Changelog in a "keep a changelog" style.
Stars: ✭ 102 (+29.11%)
Mutual labels:  jetbrains, intellij-plugin
sourcegraph-jetbrains
Sourcegraph for JetBrains IDEs (IntelliJ)
Stars: ✭ 34 (-56.96%)
Mutual labels:  jetbrains, intellij-plugin
Intellij Elixir
Elixir plugin for JetBrain's IntelliJ Platform (including Rubymine)
Stars: ✭ 1,488 (+1783.54%)
Mutual labels:  jetbrains, intellij-plugin
Idea Php Symfony2 Plugin
IntelliJ IDEA / PhpStorm Symfony Plugin
Stars: ✭ 797 (+908.86%)
Mutual labels:  jetbrains, intellij-plugin
JetBrainsCopilot
✈️ IDE plugin for the IntelliJ platform which adds GitHub Copilot support. (VERY WIP)
Stars: ✭ 155 (+96.2%)
Mutual labels:  jetbrains, intellij-plugin
Runconfigurationasaction
Provides a way to use IntelliJ run configurations as buttons
Stars: ✭ 17 (-78.48%)
Mutual labels:  jetbrains, intellij-plugin
Idea Php Generics Plugin
Support generics types in PhpStorm via psalm / phpstan docblock
Stars: ✭ 146 (+84.81%)
Mutual labels:  jetbrains, intellij-plugin
Pydantic Pycharm Plugin
PyCharm plugin for pydantic. This plugin provides autocompletion, inspection, type-checking, inserting unfilled argument, and more.
Stars: ✭ 116 (+46.84%)
Mutual labels:  jetbrains, intellij-plugin
SideMirror
An Android Studio plugin to mirror your android devices with scrcpy directly from Android Studio.
Stars: ✭ 49 (-37.97%)
Mutual labels:  jetbrains, intellij-plugin
Intellij Sdk Code Samples
Mirror of the IntelliJ SDK Docs Code Samples
Stars: ✭ 217 (+174.68%)
Mutual labels:  jetbrains, intellij-plugin
Idea Php Laravel Plugin
Laravel Framework Plugin for PhpStorm / IntelliJ IDEA
Stars: ✭ 537 (+579.75%)
Mutual labels:  jetbrains, intellij-plugin
intellij-autohotkey
AutoHotkey plugin for the Jetbrain's IntelliJ platform
Stars: ✭ 30 (-62.03%)
Mutual labels:  jetbrains, intellij-plugin
Texify Idea
LaTeX support for the IntelliJ platform by JetBrains.
Stars: ✭ 436 (+451.9%)
Mutual labels:  jetbrains, intellij-plugin
Intellij Sdk Docs
IntelliJ SDK Platform Documentation
Stars: ✭ 913 (+1055.7%)
Mutual labels:  jetbrains, intellij-plugin
Magento2 Phpstorm Plugin
PHPStorm Plugin for Magento 2
Stars: ✭ 294 (+272.15%)
Mutual labels:  jetbrains, intellij-plugin
Jetbrains Plugin Graph Database Support
Graph Databases support for JetBrains family IDEs.
Stars: ✭ 169 (+113.92%)
Mutual labels:  jetbrains, intellij-plugin
intellij-neos
Support for the Neos CMS in Intellij IDEA / PhpStorm
Stars: ✭ 37 (-53.16%)
Mutual labels:  jetbrains, intellij-plugin
interstellar
Dark editor theme for JetBrains IDEs
Stars: ✭ 26 (-67.09%)
Mutual labels:  jetbrains, intellij-plugin
referencer-plugin
"Referencer" plugin for Jetbrains IDEs
Stars: ✭ 20 (-74.68%)
Mutual labels:  intellij-plugin
Monokai-for-Rider
add monokai colour scheme for JetBrains Rider IDE
Stars: ✭ 13 (-83.54%)
Mutual labels:  jetbrains

JetBrains NASM Language Support

A plugin that adds NASM support for the IntelliJ Platform IDEs.

The latest release can be found in the JetBrains Plugins

NASM Language

Features

Version v0.5-beta.8 pre-release

FPU, MMX, HLE, SSE, SSE2, SSE3, SSE4, AVX, AVX2, AVX512, Virtualization, and General instruction support.
Syntax highlighting.
Single and multiline macro support.
Conditional assembly directives support.
Preprocessor directives support.
Structure support.
Brace matching for braces, macros, preprocessor, and structs.
Improved macro highlighting.
Goto declaration support for labels.

TODO

  • Code Completion
  • Find Usages
  • Goto Symbol
  • Debugger Support

v0.5-beta.8 Changes

Add support for conditional preprocessor expressions in structures.

License

Copyright (c) 2017-2020 Aidan Khoury

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.

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