-
Notifications
You must be signed in to change notification settings - Fork 12.9k
Closed
Labels
BugA bug in TypeScriptA bug in TypeScriptDomain: Completion ListsThe issue relates to showing completion lists in an editorThe issue relates to showing completion lists in an editorFixedA PR has been merged for this issueA PR has been merged for this issueGood First IssueWell scoped, documented and has the green lightWell scoped, documented and has the green lightHelp WantedYou can do thisYou can do this
Milestone
Description
From @maschmid-MSFT on July 13, 2018 16:43
Issue Type: Bug
When writing code documentation I noticed an anomaly. If I start typing @member then autosuggest gives me the option of @memberof (notice the capital O). However, if I type with a lowercase O as in "@memberof" then syntax highlighting highlights similar to how @param or other documentation fields are highlighted. "@memberof" is not highlighted leading me to believe it is incorrect but that it is what autosuggest is suggesting.
-maschmid
VS Code version: Code 1.25.1 (1dfc5e557209371715f655691b1235b6b26a06be, 2018-07-11T15:43:53.668Z)
OS version: Windows_NT x64 10.0.17134
System Info
Item | Value |
---|---|
CPUs | Intel(R) Xeon(R) CPU E5-1650 v4 @ 3.60GHz (12 x 3592) |
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 rasterization: disabled_software video_decode: enabled video_encode: enabled vpx_decode: enabled webgl: enabled webgl2: enabled |
Memory (System) | 31.90GB (18.35GB free) |
Process Argv | C:\Program Files\Microsoft VS Code\Code.exe |
Screen Reader | no |
VM | 0% |
Extensions (9)
Extension | Author (truncated) | Version |
---|---|---|
xml | Dot | 2.3.1 |
gitlens | eam | 8.4.1 |
tslint | eg2 | 1.0.33 |
beautify | Hoo | 1.3.2 |
csharp | ms- | 1.15.2 |
PowerShell | ms- | 1.8.1 |
debugger-for-chrome | msj | 4.8.0 |
material-icon-theme | PKi | 3.5.1 |
vscode-icons | rob | 7.24.0 |
(1 theme extensions excluded)
Copied from original issue: microsoft/vscode#54268
Metadata
Metadata
Assignees
Labels
BugA bug in TypeScriptA bug in TypeScriptDomain: Completion ListsThe issue relates to showing completion lists in an editorThe issue relates to showing completion lists in an editorFixedA PR has been merged for this issueA PR has been merged for this issueGood First IssueWell scoped, documented and has the green lightWell scoped, documented and has the green lightHelp WantedYou can do thisYou can do this