Rich Siegel

Results 16 issues of Rich Siegel

I'm working on an LSP client and would like to add preconfigured support for this language server. In the process I'm trying to develop end-user installation instructions. Reading `README.md`, the...

I am an LSP client developer, and a beta site is experimenting with using my client for TSX development. Given this file: ```tsx import * as React from "react"; import...

### Server Version ``` 0.25.2 ``` ### Terraform Version ``` zsh: command not found: terraform ``` ### Client Version ``` BBEdit 14.1 (416142) ``` ### Terraform Configuration Files n/a ###...

bug
editor/bbedit

I'm working out implementation of Code Actions from first principles (and the spec, for as much good as it does), and have gotten to the point where the communications seem...

Customer reports that after installing Source Code Variable and selecting it as the default font in BBEdit's "Editor Defaults" preferences, the font is not rendered in text editing views. This...

**Is your feature request related to a problem? Please describe.** I'm unable to figure out how to run the prebuilt binary (`vnu`) as a standalone server. I'm on macOS 12.4...

The name of the parser: Objective-C The command line you used to run ctags: ``` ctags --options=NONE --excmd=number --fields=+a+m+n+S StaticBlockCtagTest.m ``` The content of input file: ```Objective-C #include static NSComparisonResult...

Parser bug/enhancement

**Is your feature request related to a problem? Please describe.** Some applications (such as [BBEdit](https://www.barebones.com/products/bbedit/)) provide built-in support for recognizing that Dropbox is in use, and supporting syncing of user...

enhancement

I'm writing a new LSP client (i.e. one that's not VS Code), and I'd like to support the Perl language server. Basic integration is working, but I'm finding that the...

- updated to the latest BBLM interfaces with compatibility for BBEdit 12 (fixes crash on load) - updated to compile with current macOS SDK (10.13) and Xcode (9.2)