Skip to content

There is no any hints when using "#" #3927

@JasonLeeCn

Description

@JasonLeeCn

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%

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions