-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Open
Milestone
Description
Issue Type: Bug
The IntelliSense may stop working when the code (*.c, *.h) using "#".
Eg.:
Have function "test_a", macro "m_EnTestA".
int main()
{
#if m_EnTestA /* No hints when start input 'm' /
#endif
test_a(m_EnTestA); / have hints when start input 't' or 'm' */
return 0;
}
#define ... /* No hints when start input 't' or 'm' */
Extension version: 0.24.0
VS Code version: Code 1.36.1 (2213894ea0415ee8c85c5eea0d0ff81ecc191529, 2019-07-08T22:59:35.033Z)
OS version: Windows_NT x64 10.0.16299
System Info
| Item | Value |
|---|---|
| CPUs | Intel(R) Core(TM) i5-6300U CPU @ 2.40GHz (4 x 2496) |
| GPU Status | 2d_canvas: enabled flash_3d: enabled flash_stage3d: enabled flash_stage3d_baseline: enabled gpu_compositing: enabled multiple_raster_threads: enabled_on native_gpu_memory_buffers: disabled_software oop_rasterization: disabled_off protected_video_decode: unavailable_off rasterization: enabled skia_deferred_display_list: disabled_off skia_renderer: disabled_off surface_synchronization: enabled_on video_decode: enabled viz_display_compositor: disabled_off webgl: enabled webgl2: enabled |
| Load (avg) | undefined |
| Memory (System) | 7.66GB (3.98GB free) |
| Process Argv | |
| Screen Reader | no |
| VM | 0% |
idanpa, voltflake, LuanVSO, omerbguclu, candantaskin and 6 moreLuanVSO, omerbguclu, burakcalargun and candantaskin