Cryptc

Avatar
  • Total activity 32
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 12
  • Created

    Toggle !Not

    Would it be possible to add a command to toggle the NOT "!" symbol in various conditions with a keyboard shortcut?Let's say the shortcut is Alt+` (back quote), or Alt+1  (this may vary per keyboard...
    • 1 follower
    • 0 comments
    • 0 votes
  • Created

    Sorting enum entries

    I ran across the same problem as several other people:http://stackoverflow.com/questions/7038543/sort-enum-items-in-editorI have a huge list of enum values and the desire to sort them.  There are w...
    • 1 follower
    • 0 comments
    • 2 votes
  • Created

    Entangling Type changes

    Would it be reasonable to mirror/entangle what a user types when changing a Type over an equals sign?Example:Starting from here:List<IOrderWarehouseExtended> orderWarehousesToInsert = new List<IOrd...
    • 3 followers
    • 4 comments
    • 0 votes
  • Created

    Speed up Rename flow

    When renaming, it'd be nice if this list was automatically expanded.  Or give an option to "Always expand".  Or only expand the first entry, every time.  This would significantly speed up the flow ...
    • 1 follower
    • 4 comments
    • 0 votes
  • Created

    Organizing Namespaces

    Suggestion #1:  Find instances of exact namespaces.While files and namespaces are typically 1-to-1, it would be helpful if we could find other instances of a namespace.For example, in VS2012 with M...
    • 1 follower
    • 1 comment
    • 0 votes
  • Created

    Feature Requests and Changes

    #1)  If you press Ctrl+Shift+Enter after this at the end of an if-statement, it creates brackets.  However, if your coding style is to have no brackets around a single-line if-statement, it would b...
    • 2 followers
    • 2 comments
    • 0 votes
  • Created

    An idea for handling custom code styles

    I was having a conversation with some of my fellow programmers about coding style.  Every one of us has a different style.Example #1:public void method(string name){  ...  return ret;}public void m...
    • 1 follower
    • 0 comments
    • 0 votes
  • Created

    Keyboard shortcuts for handling sides of an equals sign

    It would be nice to be able to flip text over an equals sign.  There is a long method discussed here:http://stackoverflow.com/questions/430145/how-can-i-reverse-code-around-an-equal-sign-in-visual-...
    • 3 followers
    • 4 comments
    • 1 vote