Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement basic nested language detection support #1159

Draft
wants to merge 12 commits into
base: main
Choose a base branch
from

a lot more testing and fine tuning based on Ionide integration work

18e4dda
Select commit
Loading
Failed to load commit list.
Draft

Implement basic nested language detection support #1159

a lot more testing and fine tuning based on Ionide integration work
18e4dda
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / Ionide.Analyzers.Cli succeeded Dec 31, 2023 in 4s

2 new alerts

New alerts in code changed by this pull request

  • 2 notes

See annotations below for details.

View all branch alerts.

Annotations

Check notice on line 16 in src/FsAutoComplete/LspServers/FSharpLspClient.fs

See this annotation in the file changed.

Code scanning / Ionide.Analyzers.Cli

Detect if type[] is used instead of type array Note

Prefer postfix syntax for arrays.

Check notice on line 20 in src/FsAutoComplete/LspServers/FSharpLspClient.fs

See this annotation in the file changed.

Code scanning / Ionide.Analyzers.Cli

Detect if type[] is used instead of type array Note

Prefer postfix syntax for arrays.

Check notice on line 30 in src/FsAutoComplete.Core/NestedLanguages.fs

See this annotation in the file changed.

Code scanning / Ionide.Analyzers.Cli

Detect if generic type should be in the postfix position. Note

Prefer postfix syntax for arrays.