Giter Site home page Giter Site logo

jandresampaio / mnemonics Goto Github PK

View Code? Open in Web Editor NEW

This project forked from jetbrains/mnemonics

0.0 0.0 0.0 2.35 MB

Source code for mnemonic template generators for ReSharper and IDEA

License: Apache License 2.0

C# 32.76% F# 64.66% Kotlin 0.09% Python 0.29% Visual Basic 2.18% Batchfile 0.02%

mnemonics's Introduction

official JetBrains project

Mnemonics

Mnemonics are templates for ReSharper and IntelliJ that let you quickly generate code and data structures by typing in names which are based on mnemonics - a structured abbreviation of the code you're trying to create.

For example, in C#, typing c and pressing Tab creates something like this:

public class MyClass
{
  |
}

The vertical bar above indicates where the caret will end up once you're done editing the name of the class.

Similarly, C will create a static class, m creates a method, M creates a static method, and so on, including fields, variables, properties and more. You can then extend this to include the return type of the method:

  • mf - generates a method that returns float
  • ms - a method that returns string
  • m~s - a method that returns an IEnumerable<string>

This extends to more complex examples such as:

  • pgh.sb - a property with only a getter, of type HashSet<StringBuilder>

Please take a look through the templates in ReSharper or IntelliJ to see the full list. Note that currently the shortcuts that include a period (.) do not work, and are unlikely to work in the future.

Supported Languages

The project aims to support the following languages - currently supported ones are in bold:

  • C# and VB.NET (ReSharper)
  • Java, Scala, Kotlin (IntelliJ IDEA)
  • Python (PyCharm)
  • Ruby (RubyMine)
  • Objective-C (appCode)

Installation Notes

Installing mnemonics is simple.

  • Go to the downloads directory and download the file related to your IDE.
  • ReSharper:
  • 8.0 and later: Look for the mnemonics extension package in the ReSharper|Extension Manager.
  • pre-8.0: Open ReSharper|Templates Explorer, press the Import... button, select the XML file. You're done. Note that on first use, VS might freeze for a while - this is normal and only happens once.
  • IntelliJ IDEA: open File|Import Settings..., navigate to the directory with the .jar file, select it, press OK. IDEA will ask you to restart.

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.