Giter Club home page Giter Club logo

intellij-mips's People

Contributors

equadon avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

intellij-mips's Issues

How is this installed?

Could not find any instructions on how to install this plugin.
Downloading it and telling IntelliJ to install from zip folder just returns a "Failed to load plugin descriptor" error.
It became apparent later that it was just a project structure...but that didn't help any.

missing some java files

@equadon
Missing com.equadon.intellij.mips.lang.psi.MipsLabelDefinition , com.equadon.intellij.mips.lang.psi.MipsElementTypes , com.equadon.intellij.mips.lang.psi.impl.MipsLabelDefinitionImpl , com.equadon.intellij.mips.lang.psi.MipsVisitor , com.equadon.intellij.mips.lang.psi.MipsNumberLiteral , com.equadon.intellij.mips.lang.psi.MipsRegisterLiteral , com.equadon.intellij.mips.lang.psi.MipsInstructionArg , com.equadon.intellij.mips.lang.psi.impl.MipsInstructionArgImpl files.

Label reference

Get reference to a label identifier's definition to enable "goto declaration", etc.

Code completion

Add code completion for directives, instructions and labels.

Publish installable zip file

I'd love to use this Plug-in but it seems to be missing documentation on how to build an installable zip file for the chosen jetbrains IDE.
I think it would help if there was a packaged plugin released here on GitHub under "Releases" or maybe even on the official jetbrains Plug-In Repository.

Formatting: Indentation

Implement indentation. Maybe something like:

str_len:
  ...
str_len_loop:
  ...
  beq $t0, $zero, str_len_done
  j str_len_loop
str_len_done:
  ...

main:
  j test

or nested based on label prefix:

str_len:
  ...
  str_len_loop:
    ...
    beq $t0, $zero, str_len_done
    j str_len_loop
  str_len_done:
    ...

main:
  j test

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.