rokucommunity / brighterscript

A superset of Roku's BrightScript language
MIT License
158 stars 46 forks source link

Underscored/Brightscript versions of symbols should not be included in Brighterscript completions #978

Closed markwpearce closed 9 months ago

markwpearce commented 9 months ago

Given this Brighterscript file:

namespace Alpha
  sub beta()
    print "hello"  
  end sub

  sub gamma()
    ' completions here should NOT have Alpha_beta or Alpha_gamma
  end sub
end namespace

Solution:

discovered/requested by @georgejecook

markwpearce commented 9 months ago

fixed in #979