Hacker News new | ask | show | jobs
by sillysaurus3 3153 days ago
Yeah, the unresolved bug reports are pretty annoying. I ran into similar problems trying to get Live Edit working with AngularJS.

Symbol navigation sometimes picks up random unrelated functions from ignored folders instead of the one sitting right beside the file, because it has the same name.

Even after excluding a directory? If you have autogenerated build folders (e.g. dist/, out/, etc) you have to mark them as Excluded: https://i.imgur.com/E2uXJzu.png

Odd. I haven't noticed that, but I'll watch out for it.

1 comments

This usually happens from node_modules, marked as a library folder, so it's indexed and might even be relevant, but it shouldn't really be a better match than the one in the source. And it's not even consistent.

Hope they'll get their shit together, it used to be a pretty great IDE before these annoyances started piling up.

Ah yeah, I've always excluded node_modules. That's true though, it should probably be indexed.