Home
ReSharper Support | JetBrains
Submit a request
Community
Sign in
ANONYMOUS
Follow
New posts
New posts and comments
Total activity
560
Last activity
January 14, 2016 19:09
Member since
September 07, 2005 22:19
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
152
Activity overview
Posts (118)
Comments (290)
Sort by recent activity
Recent activity
Votes
Created
February 18, 2009 15:01
Daro,you have to wrap your document modification with using( CommandCookie.Create("command name for undo") )-- Sergey V. CooxJetBrains, Inchttp://www.jetbrains.com"Develop with pleasure!"
Community
ReSharper Open API / SDK
document.Replace(..,..); "JetBrains.Util.LoggerException: Document can be modified inside a command scope only"
0 votes
Created
February 11, 2009 14:37
var type = TypeFactory.CreateType(typeElement);var symbolTable = type.GetSymbolTable;Once you got symbol table for the type it contains all members declared in as well as inherited members like ToS...
Community
ReSharper Open API / SDK
How to list the possible values of an enum?
0 votes
Created
January 16, 2009 11:02
Jakob,Is there any way to hook into the Complete Statement action?You can override any action by creating your own IActionHandler and attaching it to the action as follows:var actionId = "CompleteS...
Community
ReSharper Open API / SDK
4.5: Complete Statement
0 votes
Created
October 10, 2008 09:47
Hello,The cllass you are looking for is CreateClassFromNewFix. It implements IQuickFix interface and requires NotResolvedError class to construct.If you want to implement custom QuickFix for NotRes...
Community
ReSharper Open API / SDK
What is the IContextAction that provides the Create Class Quick Fix?
0 votes
Created
October 09, 2008 18:03
Hello,R# indeed has a facility for remembering the most popular choice in completion lists, but I'm afraid it's not always working as intended. We'll have to review the way it works.You don't have ...
Community
ReSharper Open API / SDK
Intellisense list doesn't remember my last choice
0 votes
Created
July 10, 2008 20:17
Hello,So, in R#, the parser ofsource code is an external tool or is created from scratch. R# employs its own parser.To utilize an external tool in such a complex way as R# needs, you'll have to twe...
Community
ReSharper Open API / SDK
Parser of C# source code
0 votes
Created
June 24, 2008 12:44
I ue the ToString power toy a lot.In article <76a2bd0b15ae748caa41bfd256c09@news.intellij.net>, orangy@jetbrains.com says...Hello Mike Stacey-Gee,No. We are going to release PowerToys for v4 with b...
Community
ReSharper Open API / SDK
PowerToys for Version 4
0 votes
Created
June 23, 2008 16:43
Thanks, this works."Ilya Ryzhenkov" <orangy@jetbrains.com> wrote in message news:76a2bd0b15acec8caa36066811fda@news.intellij.net...Hello Sergey,>It looks like it is trying to load assembly in Load ...
Community
ReSharper Open API / SDK
Solution Analysis problem
0 votes
Created
June 22, 2008 00:06
Stefan,You have to implement IRenameNamespace and mark the implementation with a LanguageSpecificAttribute like the following[LanguageSpecificImplementation(XamlLanguageService.XAML_LANGUAGEID, typ...
Community
ReSharper Open API / SDK
Rename namespace
0 votes
Created
May 26, 2008 22:51
Hello,my NHibernate plugin works in that way. It has only problems if youchange interfaces ;) (like the namespace change with build around 770and the change in IProperty around 807).Oops, sorry for...
Community
ReSharper Open API / SDK
R#4 OpenAPI: Binary Compatibility Check
0 votes
1
2
3
4
5
6
›
»