limited or no completion / intellisense !
I test a code source that work !! What is the purpose of redefining Manifold several times in different places in the source code?
""" using M= Manifold"""
"""static M.context Manifold;""".
..
..
...
for linqpad 5, the fact of doing this modifies the possibility of completion (not or limited ..see screenshot).
For the same Manifold word : sometime i have a full list of item , sometime à limited
...
...
...
For M no completion list appear !!
..
..
..
is it the right behaviour ? or this can be enhance because not already implemented because of nested class !!
Comments
Hello !!
Since LINQPad is not a full IDE, you can move the using statement to the query properties window.
If you paste using M = Manifold in the query, LINQPad should suggest this:
After this, all should work as expected, e.g. for T = System.Text: