- Update file tree when a file in code component is saved (add if new, git colored if updated)
Perhaps not all variations of authentication works This article is old but useful to clarify how it works.
https and ssh with certificate works fine, have not tested http and ssh with username/password
Add a project menu Add support for project settings file which will override globals settings e.g. - classloading settings Move the two generators from the code section (package and maven project) Add support for "classic R project layout"
- Format code, support https://bioconductor.org/developers/how-to/coding-style/ and Hadley Wickham style guide http://adv-r.had.co.nz/Style.html#Assignment
Make it possible to customize tab as \t or number of spaces
use metadata to determine suggestion
For users own Reference and R6 classes the available methods and fields should be suggested e.g.
student <- setRefClass("student", fields = list(name = "character", age = "numeric", GPA = "numeric"))
student$+ctrl+space should suggest name, age and GPA
- Highlight found text
- Restart from beginning when end is reached
- Pop up "Not found" when there is no match
- Remember last search
- Add option for replace (shortcut <ctrl + r> or <ctrl + shift + j>)
- add refresh option to right click menu
- move file (maybe drag drop)
Should generate code at current cursor
NAMESPACE, SAS, SPSS
- misspelled objects / vars
- syntax errors
- To allow explicit setting Aether to offline
- The maven Settings class created by AetherFactory must be publicly exposed, ideally by AetherPackageLoader
- Support fastR in addition to Renjin, maybe also GNU R.