This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 258077 - Lack of __VA_ARGS__ in code completion
Summary: Lack of __VA_ARGS__ in code completion
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Completion (show other bugs)
Version: 8.1
Hardware: PC Other
: P3 normal (vote)
Assignee: Alexander Simon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-02-20 14:08 UTC by Yankes
Modified: 2016-06-28 02:26 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Yankes 2016-02-20 14:08:00 UTC
When I create C11/C++11 macros like:

-->%--->%--->%--

#define test(...) __VA_ARGS__

--%<---%<---%<--

I always have to type `__VA_ARGS__` manually because it not show in code completion. This is build in part of preprocessor and it should be handled by IDE.
Comment 1 Alexander Simon 2016-06-27 13:57:53 UTC
fixed, change set:
http://hg.netbeans.org/cnd-main/rev/817b0db07ef9
Comment 2 Quality Engineering 2016-06-28 02:26:38 UTC
Integrated into 'main-silver', will be available in build *201606280002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/817b0db07ef9
User: Alexander Simon <alexvsimon@netbeans.org>
Log: fixed Bug #258077 Lack of __VA_ARGS__ in code completion