Bug 510908 - Hovers should not cause file lookup for node build-ins
Summary: Hovers should not cause file lookup for node build-ins
Status: CLOSED WONTFIX
Alias: None
Product: Orion (Archived)
Classification: ECD
Component: JS Tools (show other bugs)
Version: 13.0   Edit
Hardware: PC Windows 7
: P4 normal (vote)
Target Milestone: ---   Edit
Assignee: Michael Rennie CLA
QA Contact:
URL:
Whiteboard:
Keywords: performance
Depends on:
Blocks:
 
Reported: 2017-01-23 17:01 EST by Michael Rennie CLA
Modified: 2018-04-09 09:40 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Rennie CLA 2017-01-23 17:01:35 EST
Consider the following snippet:

var fs = require("fs");

if you hover over "fs" a file lookup is performed (regardless of your .tern-project-file configuration). We should check for this state and not perform a lookup.
Comment 1 Michael Rennie CLA 2018-04-09 09:40:22 EDT
Closing as part of a mass clean up of inactive bugs. Please reopen if this problem still occurs or is relevant to you. 

For more details see: https://dev.eclipse.org/mhonarc/lists/orion-dev/msg04114.html