vscode-scss icon indicating copy to clipboard operation
vscode-scss copied to clipboard

Roadmap to 1.0.0

Open mrmlnc opened this issue 7 years ago • 4 comments

  • [ ] Move project to the modern state (dependencies, code, practices).
  • [ ] Move CI to Azure Pipelines.
  • [ ] Use vscode-html-languageservice for embedded language support (Vue as first step) or any HTML parser tolerant to errors.
  • [ ] Clean the code from infinite conditions in the providers and parser.
  • [ ] Use parser from vscode-css-languageservice for all files (drop scss-symbols-parser) (#94)
  • [ ] Use findDocumentLinks2 from vscode-css-languageservice for scanner service instead of our own solution from #91.
  • [ ] Trying to contribute to vscode-css-languageservice:
  • [ ] Important bug fixes that related to basic functionality.
  • [ ] Rename symbols (#6)
  • [ ] Find references (#21)

mrmlnc avatar Dec 18 '16 15:12 mrmlnc

@mrmlnc Do you mind updating this with latest plans? I can help with development, but I'm interested to see what you think would be essential for 1.0.

octref avatar Nov 15 '19 18:11 octref

I will think about it today.

mrmlnc avatar Nov 18 '19 06:11 mrmlnc

@octref done.

mrmlnc avatar Nov 22 '19 19:11 mrmlnc

@mrmlnc IMO we should implement find references and rename. I think we already have enough information for doing this, and they would be incredibly useful.

octref avatar Nov 22 '19 22:11 octref