mvbasic icon indicating copy to clipboard operation
mvbasic copied to clipboard

MultiValue Basic extension for Visual Studio Code

Results 37 mvbasic issues
Sort by recently updated
recently updated
newest added

**Describe the bug** Lint shows an error on both lines with "GOTO 208". 208 is trying to go out of scope ex TEST(24, 20): Invalid GOTO or GOSUB, jumping into/out...

enhancement

I think this plugin is awesome but my setup is in MacOS and we need to do remote development. One Unidata server for everyone. Is there a way to get...

enhancement

**Describe the bug** @dthiot caught an issue with the latest version (2.0.4) wherein the MVGateway connector no longer works. **To Reproduce** Skipping as Dick has walked @pschellenbach and I through...

bug

OpenQMx64 3_4_19 VSCODE 1.46.1 Date 2020-06-17 Windows NTx64 10.0.18363 MV Basic / MV Extentions 2.08 In the system I am working on everything is in camel case, file names, program...

evaluating

OpenQMx64 3_4_19 VSCODE 1.46.1 Date 2020-06-17 Windows NTx64 10.0.18363 MV Basic / MV Extentions 2.08 A statement such as: fullName = SUBR("CLIENT.NAME.FORMAT", clientNumber) is flagged as an error by the...

evaluating

When connect to MV Rest service is successfull, but when i try to readDirectory, i have status 500. I try to do this from putty ssh, and work well. I...

Other languages rely on a file extension to determine the language. With BASIC we have no such common conventions. Examples: - foo.java - bar.cs - baz.php This is a proposal...

enhancement
help wanted

We would like to execute the "Compile" verb instead of the "Basic" verb as an option We would also like to add the flash compile option to the Compile verb...

enhancement
help wanted

**Is your feature request related to a problem? Please describe.** Currently, the `client\Syntaxes\MvLanguage.json` file contains MVON# Basic language definition and the `client\Syntaxes\MVON.tmLanguage.json` file contains the MVON# Basic syntax highlighting definition....

enhancement
help wanted

Pick offers a format feature on a variable to force output syntax. Example: `PRINT OUTPUT"MR(#10)"` This will format the output to 10 characters and right justify. VS code really doesn't...

bug
help wanted