Stefan Lieser
- Total activity 41
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 15
-
Created [Feature Request] Different naming rules for tests
Hi,it would be great to have different naming rules for tests. I like to use CamelCase in implementation and Sentences_with_underscores in tests.CheersStefan Lieser--http://lieser-online.de -
Created Generic types
How can I get the ITypeElement of a generic type if I have the typename as a full qualified string like "Wrapper`1[Customer]" ?I tried- IDeclarationsCache.GetTypeElementByCLRName- IDeclarationsCach... -
Created Rename namespace
Hi,the NHibernate plugin has support for rename class by using 'XmlReferenceWithTokenBase'. If I rename a class everything works fine.But if I rename a namespace (which implicitly changes the type ... -
Created Turn on logging
Hi,4.0 RTM seems to write only the logfile "JetBrains.xxxx.log" and not the Resharper specific "JetBrains.ReSharper.xxxx.log". How can I turn that on while developing my plugin?Regards,Stefan Liese... -
Created NHibernate Plugin
Hello JetBrainers,a while ago I started working on a ReSharper plugin for NHibernate mapping files. The plugin should support the rename refactoring so that class names, property getter/setter, fie...