Author Topic: List current context: Namespaces and classes  (Read 2531 times)

jporkkahtc

  • Senior Community Member
  • Posts: 2620
  • Hero Points: 210
  • Text
List current context: Namespaces and classes
« on: October 02, 2017, 07:10:06 PM »
Given the attached code search for "var" with current context enabled.

Context is only displayed for var4.
var2 and var3 should include context as well.

name1::var2

Class1::var3

Lee

  • SlickEdit Team Member
  • Senior Community Member
  • *
  • Posts: 1299
  • Hero Points: 130
Re: List current context: Namespaces and classes
« Reply #1 on: October 02, 2017, 08:29:04 PM »
The first implementation of List current context is limited to function and method scope.  There is a plan for future enhancement to include class/namespace scope as well.  We can't get anything past you, can we.