Ian McGowan

Results 13 comments of Ian McGowan

Yes, it's kind of a niche requirement for "Move active file" - I sometimes have a folder of uncategorized files that I need to put into separate folders. But I...

I'd like to take a stab at this - I know Unidata, but not javascript or the internals of VSCode. Many (but not all) of the Unidata keywords will be...

After looking around at this, it seems like some kind soul has done most of the hard work already in this [snippets-unidata.json](https://github.com/mvextensions/mvbasic/blob/master/Syntaxes/snippets-unidata.json) file for Unidata. Would it be ok to...

> Thanks, @brentlblair . This issue is related to issues #99 and #104, which I hope to resolve for the v1.0.7 release. Kevin, not sure this is related to those...

There is a flag, ignoreGotoScope, you can set it by adding this to your settings (workspace or global). Maybe we should set the default for this to true? "MVBasic.ignoreGotoScope": true,...

> I completely agree and was actually thinking of removing it entirely. It might be "bad form", but if the compiler allows it, the extension shouldn't flag it as an...

> This setting may need to have 3 choices: ignore, warning or error. The MVON# extension is the ancestor of this extension, and in the MVON# version of BASIC, jumping...

> My vote would be to add extension settings to control this. I use PHPStorm, and it has a whole section of user settings around linter. I don’t want to...

> There seems to be several things to consider here. Since we have the `ignoreGoToScope` option, perhaps in the interest of getting v.1.0.7 out soon, we should revisit this item...

I use VSCode with the excellent https://marketplace.visualstudio.com/items?itemName=liximomo.sftp extension - if you're connecting to a Unix/Linux system where you're ssh'ing in it works very well. There's a setting so that when...