Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Intellisense not working on third party or custom extension methods or var statements

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Intellisense not working on third party or custom extension methods or var statements

    Hi. I've noticed that c# extension method intellisense does not work in the editor with third party librares or own custom extensions. Also, it does not work properly with variables declared with var statement. Not sure if it is a reflection problem.

    For example, MathNet Numerics statistical extensions must be called as static methods to see intellisense suggestions.

    MathNet.Numerics.Statistics.Statistics.Mean(this IEnumerable<double> ienumerable)

    Intellisense works when methods is called like:

    MathNet.Numerics.Statistics.Statistics.Mean(listcu mpftr) but not like listcumpftr.Mean()

    Both ways compile and run okay. Same thing happens with implicitly decalred variables (var instead of explicit type).

    #2
    Hello [email protected],

    Thank you for your patience.

    Our development team is looking in to this matter. They will follow up when they have additional information.

    Comment


      #3
      Thanks for the patience filipeh. I tried to reproducing from a couple angles here in NT8 and saw no issues getting Intelliprompt to work if I was making sure to using MathNet.Numerics.Statistics; under the Declarations section of the script in question. Could you please check into that and if needed attach a small example that I could forward to development to further review and reproduce?

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by CarlTrading, Yesterday, 11:51 AM
      0 responses
      17 views
      0 likes
      Last Post CarlTrading  
      Started by CarlTrading, Yesterday, 11:48 AM
      0 responses
      22 views
      0 likes
      Last Post CarlTrading  
      Started by CaptainJack, 03-25-2026, 09:53 PM
      0 responses
      24 views
      0 likes
      Last Post CaptainJack  
      Started by CaptainJack, 03-25-2026, 09:51 PM
      0 responses
      13 views
      0 likes
      Last Post CaptainJack  
      Started by Mindset, 03-23-2026, 11:13 AM
      0 responses
      20 views
      0 likes
      Last Post Mindset
      by Mindset
       
      Working...
      X