Skip to content

richardy2012/IronScheme.VisualStudio2

 
 

Repository files navigation

New VS addin
============

Rewritten from scratch. Only runs on VS2012 for now.

Configuration
=============

Create a file called 'config.ss' in the VS extensions directory (not the one plugin where the plugin is installed).

Add the following to point to your IronScheme or any library location:

(library-path 
  (append (library-path) 
          (list "your location")))

This will run when either the REPL or classifier is run for the first time.

Todo list
=========

[*] Classifier
[*] ErrorTagger
[*] SmartIndent (need much better behavior)
[*] Interactive window
[ ] Outliner
[ ] Snippets
[ ] Project support
[ ] Editor options
[ ] SignatureHelper
[ ] DropDowns
[ ] IEditorOperationsFactoryService
[ ] Strip trailing whitespace on save

Extra 'tooltips'
================

[ ] Show import location (perhaps 'goto definition' and maybe add for imported methods too, if source is available)
[ ] Procedure info for those defined in the source code (currently only hightlighted)
[ ] Info for locals (perhaps arrows like DrRacket does?)

Parser improvements
===================

[ ] Fault tolerant parsing
[ ] Missing syntax completion (specifically parentheses)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 97.1%
  • Scheme 2.9%