fix db schema file exists check.
view doc symbol looking use lower case, store symbols as trie
table columns on hover use cached content
rails.editor.formatOnSave
andrails.editor.[html.erb].formatOnSave
,rails.editor.[css.erb].formatOnSave
,rails.editor.[scss.erb].formatOnSave
- table columns view on hover
findFiles
in root of document and repect gitignore previous justworkspace.findFiles
- Fix double space in html.erb snippets
- workspace.rootPath deprecated use workspace.getWorkspaceFolder instead
- clean view_doc.ts and change docs endpoint to https version,show message on side when no word range found fix #51
require
toimport
, commented unused imports- use
terser
for compress beauty anddrop_console
- update engines dep
"node": ">=7.10.1"
that suportasync
,await
keyword. ts compiles toexnext
.
- bug fix: provideDefinition position.character(column) should be number otherwise raise "Invalid arguments"
- remove
n-readlines
, using Built-inreadline
module - bug fix: find partial view in jbuilder template
- make some functions async
-
Developed vscode-gemfile as extension dependency.
-
snippets supports Slim templates as well as erb
-
move the cursor to a symbol(support Rails and Ruby,Gems not support),and alt+F1 show online document to side.
rails helper go to definition and view path definition in views.
Support view path definition and sugestion in ruby files and fix view path definition.
avoid rails's go to definition.
Support active record query suggestion.
Resolving unkown type of file and unkown pattern
Enhance controller‘s concerns、views、lib and models definition
Implementing controller‘s concerns、views、lib and models definition
Improving file search and complete spec and test file type.
Rails navigation taken from https://github.com/hjleochen/vscode-rails-nav
Taken grammers from https://github.com/craigmaslowski/vscode-erb
Initial release of vscode-rails