ClemsonRSRG / jetbrains-plugin-resolve

A plugin that provides support for the RESOLVE language in jetbrains IDEs
https://plugins.jetbrains.com/plugin/8131
BSD 3-Clause "New" or "Revised" License
2 stars 3 forks source link

need to find refs to op name for return #31

Open dtwelch opened 8 years ago

dtwelch commented 8 years ago

for instance: Operation Rem_Capacity(preserves S : Stack) : Integer; ens Rem_Capacity = ... MathVarLikeReferences should be able to complete Rem_Capacity in this instance (when typing the ensures clause).