-
Notifications
You must be signed in to change notification settings - Fork 34.7k
Closed
Labels
debugDebug viewlet, configurations, breakpoints, adapter issuesDebug viewlet, configurations, breakpoints, adapter issuesfeature-requestRequest for new features or functionalityRequest for new features or functionality
Milestone
Description
Hey, I am working on a debugger for a case insensitive language. When looking into the source I didn't see any way to define the expressions as case insensitive.
function createInlineValueDecorationsInsideRange(expressions: ReadonlyArray<IExpression>, range: Range, model: ITextModel, wordToLineNumbersMap: Map<string, number[]>): IDecorationOptions[] { |
With debug.inlineValues
set to true
I can’t get camel case vars to work. In the below example you can see we have the value for postdata
but it won’t match postData
in the code even though they are the same reference.
As an extension maintainer and/or author we would like to be able to define ether the language as a whole as case insensitive or the scope/variables themselves.
TwitchBronBron, custa1200, timalacey, Keepingshtum, Tintineg and 18 morejfrux and curiousdev77jfrux, xsoheilalizadeh and curiousdev77jfrux, xsoheilalizadeh, iObject and curiousdev77
Metadata
Metadata
Assignees
Labels
debugDebug viewlet, configurations, breakpoints, adapter issuesDebug viewlet, configurations, breakpoints, adapter issuesfeature-requestRequest for new features or functionalityRequest for new features or functionality