Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 0 additions & 14 deletions Nodejs/Product/Nodejs/Intellisense/VsProjectAnalyzer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -754,20 +754,6 @@ private void ReAnalyzeTextBuffers(BufferParser bufferParser) {
bufferParser._currentProjEntry = projEntry;
bufferParser._parser = this;

#if FALSE
// TODO: Add back for navigation bar support
foreach (var buffer in buffers) {
// A buffer may have multiple DropDownBarClients, given one may open multiple CodeWindows
// over a single buffer using Window/New Window
List<DropDownBarClient> clients;
if (buffer.Properties.TryGetProperty<List<DropDownBarClient>>(typeof(DropDownBarClient), out clients)) {
foreach (var client in clients) {
client.UpdateProjectEntry(projEntry);
}
}
}
#endif

bufferParser.Requeue();
}
}
Expand Down
Loading