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

F# Interactive Integration #10

Merged
merged 8 commits into from
Oct 7, 2019
Merged

F# Interactive Integration #10

merged 8 commits into from
Oct 7, 2019

Conversation

cannorin
Copy link
Member

@cannorin cannorin commented Oct 2, 2019

Closes #9.

TODO:

  • Functionalities
  • Commands
    • :FsiEval
    • :FsiEvalBuffer
    • :FsiReset
    • :FsiShow
    • And more
  • Customization via settings
    • FSI executable location: g:fsharp#fsharp_interactive_command
    • FSI window split style
    • Key binding
    • Focus to FSI on sending line/selection or don't
    • And more
  • Docs

@Krzysztof-Cieslak
Copy link
Member

Please keep in mind that current master of FSAC has totally broken the script file experience. We try to fix that in ionide/FsAutoComplete#466

@cannorin
Copy link
Member Author

cannorin commented Oct 6, 2019

@Krzysztof-Cieslak Hmm. Could you tell me which is the latest non-broken commit (if you have time)?

@cannorin cannorin marked this pull request as ready for review October 7, 2019 00:32
@cannorin
Copy link
Member Author

cannorin commented Oct 7, 2019

Almost done. Any suggestions for more features/commands?

@cannorin
Copy link
Member Author

cannorin commented Oct 7, 2019

As we need ionide/FsAutoComplete#442 to implement "send references from project" feature, I'll merge this as-is for now and implement additional features later.

@cannorin cannorin merged commit 2fa5812 into master Oct 7, 2019
@cannorin cannorin deleted the fsi branch October 7, 2019 07:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add FSI Support
2 participants