You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
VS Desktop Express 2013, IronPython 2.7.5, PTVS Dev 2015-08-21 VS 2013
This is a minor, slightly untidy cosmetic discrepancy, possibly not worthy of your attention :) and maybe even by design, but if so I don't see why :(
Right-click -> Find All References on an imported item, from a pure Python code module or a .NET assembly, seems to tag the definition line onto the end of the References list in the Find Symbol Results window as well as showing it in the Definitions list. It doesn't do this for anything defined in the current module
The text was updated successfully, but these errors were encountered:
Add a Extract Method suggested action and include a preview of the new
change
Add a PreviewChangesService for creating a preview text view based upon a
set of changes
Fixmicrosoft#186
Special case checking for REPL buffers that start with a $ and don't
provide quick info. Unfortunately we have to do that because the REPL window
input kind doesn't change until we have a complete input
Fixmicrosoft#792
Clean up our BufferParser/AnalysisEntry/TextView tracking so that we can
support this. We no longer attach any properties to text buffers at all.
Instead we always resolve from textview and/or filename into a
ProjectAnalyzer and then get the buffer from there.
We now flow TextView's where they're available into our analyzer.
There's only really 3 spots where we don't have that full context: Outlining
regions and proximity info via the old IVsLanguageInfo interfaces.
Add support for CommonPackage.GetActiveTextView so that we can find the
correct active text view for diff windows. This is used all over the
place to find the text view when we're doing various editing commands like
extract method, find all refs, goto def, etc...
Update Extensions to add various helpers which deal with the caret
within a projection buffer.
VS Desktop Express 2013, IronPython 2.7.5, PTVS Dev 2015-08-21 VS 2013
This is a minor, slightly untidy cosmetic discrepancy, possibly not worthy of your attention :) and maybe even by design, but if so I don't see why :(
Right-click -> Find All References on an imported item, from a pure Python code module or a .NET assembly, seems to tag the definition line onto the end of the References list in the Find Symbol Results window as well as showing it in the Definitions list. It doesn't do this for anything defined in the current module
The text was updated successfully, but these errors were encountered: