Getting information related to let and var types of variables.
If I have two variables in my class
let i: Int = 8
var j: Int = 8
By running structure command, is there a way to know that i cannot be set while j can be set? Or, is there a different command to support this information?
@jpsim - please could you help with this.
The cursor info request provides this information
Thank-you @jpsim . Is there a way to get the return type of a function also.
Also cursor info.
hi , I have another question;
var j: Int = 8
how can i get '8' ? can't not find on Request.editorOpen(file: file).send() response?
hi , I have another question;
var j: Int = 8
how can i get '8' ? can't not find on Request.editorOpen(file: file).send() response?
did you find a solution for it ?