Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » U++ TheIDE » U++ TheIDE: CodeEditor, Assist++, Topic++ » Asist++ - auto type deduction
Asist++ - auto type deduction [message #58041] Sat, 22 January 2022 23:33
Klugier is currently offline  Klugier
Messages: 1076
Registered: September 2012
Location: Poland, Kraków
Senior Contributor
Hello,

Would be nice if Asist++ would support auto type deduction. Right now it is impossible to use Assist++ for following example:
// Doesn't work
auto styleId = qtf.GetStyleId("text");
styleId.(CTRL + SPACE) // Should show type...

// Works
Uuid styleId = qtf.GetStyleId("text");
styleId.(CTRL + SPACE)


auto is commonly used in moder c++ code and lack of is big drawback.

Klugier


U++ - one framework to rule them all.
Previous Topic: How to set page size of RichEdit
Next Topic: Split view
Goto Forum:
  


Current Time: Fri Apr 19 14:24:26 CEST 2024

Total time taken to generate the page: 0.03958 seconds